.LOCALSTORAGE 文件扩展名
WebKit Local Storage Data File
| 开发者 | The WebKit Open Source Project |
| 受欢迎程度 |
3.9 | 35 票 |
什么是 LOCALSTORAGE 文件?
A LOCALSTORAGE file is an application support file created by web browsers that use WebKit, which include Google Chrome and Apple Safari. It may contain browser settings or local data for a browser extension (plug-in) and enables extensions to store a local cache of user data. LOCALSTORAGE files are saved in an SQLite database format and can be opened by SQLite programs.
更多信息
Local storage is useful for extensions such as Chrome browser games. For example, the game Angry Birds stores saved game information in a LOCALSTORAGE file.
Chrome for Windows stores extension information here:
[user]\AppData\Google\Chrome\User Data\Default\Local Storage\
Chrome for macOS uses the following location for extension information:
~/Library/Application Support/Google/Chrome/Default/Local Storage/