https://github.com/regular/chrome-localstorage
https://github.com/regular/chrome-localstorage
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/regular/chrome-localstorage
- Owner: regular
- Created: 2018-11-02T13:25:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-23T22:02:05.000Z (about 7 years ago)
- Last Synced: 2025-01-31T16:42:43.657Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
chrome-localstorage
---
Command line tool to directly manipulate Chrome or Chromiums localStorage.
```
Usage: localstorage read|write domain[:PORT] KEY [VALUE] [--db PATH-TO-LEVELDB] [--protocol PROTOCOL]
PATH-TO-LEVELDB defaults to '$HOME/.config/chromium/Default/Local Storage/leveldb'
PROTOCOL defaults to 'http://'
```