javascript - Cookies with Chrome extension -


i want create cookie shared both plugin , contentpage didn't find way so. (i know how create cookie not appear on cookie list of tab page).
ideas?

from chrome.cookies api documentation: "to use cookies api, must declare "cookies" permission in manifest, along host permissions hosts cookies want access."

the api docs have few code snippets, , link more complete examples.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -