iSpy aims to provide a user interface on top of the browser's native localStorage API.
In Google Chrome, it can take up to 5 or 6 clicks to access the interface to localStorage. iSpy does it in 1
- View all items in localStorage in 1 click
- Delete an item from localStorage
- Edit an item in localStorage
- Reload all items from localStorage
- Delete all items from localStorage
- Add an item to localStorage
Thanks! Please see our contributing guidelines
This project was bootstrapped with Create React App.
iSpy uses react-scripts for local development
npm install
npm start
- Visit the chrome extensions page
- Ensure
Developer Mode
is checked - Select
Load Unpacked Extension
- Choose the
iSpy/build
directory
.
|-- LICENSE
|-- README.md
|-- package-lock.json
|-- package.json
|-- public
| |-- content_script.js
| |-- icon.png
| |-- index.html
| |-- manifest.json
| `-- missing-favicon.png
|-- src
| |-- App.css
| |-- App.tsx
| |-- LocalStorageEntry
| |-- SettingsPanel
| |-- TabInfo
| |-- common
| |-- constants
| |-- contexts
| |-- index.css
| |-- index.tsx
| |-- react-app-env.d.ts
| |-- types
| `-- utils
|-- tsconfig.json
`-- tslint.json