最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Google chrome local storage on mac - Stack Overflow

programmeradmin1浏览0评论

I am working with local storage techniques on a website that I'm building, so far with great success because I cant see the popup again. Where is the folder that contains the local storage and within that folder what name should I be looking for? Something specific to the name I called it in javascript?

I am working with local storage techniques on a website that I'm building, so far with great success because I cant see the popup again. Where is the folder that contains the local storage and within that folder what name should I be looking for? Something specific to the name I called it in javascript?

Share Improve this question asked Aug 6, 2015 at 0:35 ThomasMcDonaldThomasMcDonald 3234 gold badges7 silver badges18 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 10

Chrome currently stores local storage data under the path:

~/Library/Application Support/Google/Chrome/$PROFILE/Local Storage

where $PROFILE is either Default if you have not logged into a profile, or something along the lines of Profile 1 if you have.

Note that there is one file per site, not per stored value, and the files are SQLite databases. You will not be able to read their contents in a text editor.

If all you want to do is view the contents of local storage, you may want to consider instead using an extension along the lines of Storage Area Explorer.

发布评论

评论列表(0)

  1. 暂无评论