{"id":28437151,"url":"https://github.com/codellyson/localstorage-viewer","last_synced_at":"2025-07-20T17:32:53.478Z","repository":{"id":277190973,"uuid":"930992622","full_name":"codellyson/localstorage-viewer","owner":"codellyson","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-12T15:52:59.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-27T20:40:00.364Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codellyson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-11T14:50:31.000Z","updated_at":"2025-02-12T15:53:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"f5c5386a-b0aa-4f4e-b4a5-1518de0f62ff","html_url":"https://github.com/codellyson/localstorage-viewer","commit_stats":null,"previous_names":["codellyson/localstorage-viewer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codellyson/localstorage-viewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codellyson%2Flocalstorage-viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codellyson%2Flocalstorage-viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codellyson%2Flocalstorage-viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codellyson%2Flocalstorage-viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codellyson","download_url":"https://codeload.github.com/codellyson/localstorage-viewer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codellyson%2Flocalstorage-viewer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266165662,"owners_count":23886656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-05T23:09:02.963Z","updated_at":"2025-07-20T17:32:53.465Z","avatar_url":"https://github.com/codellyson.png","language":"JavaScript","readme":"# LocalStorage Viewer Chrome Extension\r\n\r\nA powerful and user-friendly Chrome extension that allows you to view, inspect, and monitor localStorage contents of any webpage in real-time.\r\n\r\n## Features\r\n\r\n- 🔍 View all localStorage items in a clean, organized interface\r\n- 🎨 Beautiful dark/light theme support\r\n- 🔄 Auto-refresh capability to monitor changes\r\n- 📋 Easy copy functionality for values\r\n- 🌳 Tree view for JSON data\r\n- 🔐 Secure access to localStorage data\r\n- 📱 Responsive design\r\n- 🎯 Side panel support for easy access\r\n\r\n## Installation\r\n\r\n### From Chrome Web Store\r\n1. Visit the [Chrome Web Store page](#) (coming soon)\r\n2. Click \"Add to Chrome\"\r\n3. Follow the prompts to install\r\n\r\n### From Source\r\n1. Clone this repository:\r\n   ```bash\r\n   git clone https://github.com/yourusername/localstorage-viewer.git\r\n   ```\r\n2. Install dependencies:\r\n   ```bash\r\n   npm install\r\n   ```\r\n3. Build the extension:\r\n   ```bash\r\n   npm run build\r\n   ```\r\n4. Open Chrome and navigate to `chrome://extensions/`\r\n5. Enable \"Developer mode\" in the top right\r\n6. Click \"Load unpacked\" and select the `dist` directory\r\n\r\n## Development\r\n\r\n### Prerequisites\r\n- Node.js \u003e= 16.0.0\r\n- npm \u003e= 7.0.0\r\n\r\n### Setup\r\n1. Clone the repository\r\n2. Install dependencies:\r\n   ```bash\r\n   npm install\r\n   ```\r\n\r\n### Available Scripts\r\n- `npm run dev` - Start development mode with hot reload\r\n- `npm run build` - Build for production\r\n- `npm run lint` - Run ESLint\r\n- `npm run format` - Format code with Prettier\r\n- `npm test` - Run tests\r\n- `npm run package` - Create distribution package\r\n\r\n### Project Structure\r\n```\r\nlocalstorage-viewer/\r\n├── icons/              # Extension icons\r\n├── dist/              # Built extension files\r\n├── popup.html         # Popup interface\r\n├── popup.js           # Popup logic\r\n├── sidepanel.html     # Side panel interface\r\n├── sidepanel.js       # Side panel logic\r\n├── manifest.json      # Extension manifest\r\n└── package.json       # Project configuration\r\n```\r\n\r\n## Security\r\n\r\n- The extension only accesses localStorage data when explicitly requested\r\n- No data is transmitted to external servers\r\n- All operations are performed locally\r\n- See [PRIVACY.md](./PRIVACY.md) for our privacy policy\r\n\r\n## Contributing\r\n\r\n1. Fork the repository\r\n2. Create your feature branch: `git checkout -b feature/my-new-feature`\r\n3. Commit your changes: `git commit -am 'Add some feature'`\r\n4. Push to the branch: `git push origin feature/my-new-feature`\r\n5. Submit a pull request\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\r\n\r\n## Support\r\n\r\nIf you encounter any issues or have questions:\r\n1. Check the [FAQ](./docs/FAQ.md)\r\n2. Search existing [issues](https://github.com/yourusername/localstorage-viewer/issues)\r\n3. Create a new issue if needed\r\n\r\n## Acknowledgments\r\n\r\n- Material Icons by Google\r\n- Contributors and users of the extension ","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodellyson%2Flocalstorage-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodellyson%2Flocalstorage-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodellyson%2Flocalstorage-viewer/lists"}