.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/