Where is chrome extension's 'chrome.storage.local' data saved? -


i can find previous localstorage api data in ~/.config/google-chrome/default/local storage directory. see these sqlite files can browse sqlite3.

however, i'm moving localstorage api chrome.storage api , saving information chrome.storage.local method.

now, how , these files bing saved in file system? can't seem find information regarding in doc. highly appreciated.

for firefox use same format chrome addon saved here:

c:\users\marc\appdata\roaming\mozilla\firefox\profiles\x5jztslz.default\browser-extension-data\


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -