Skip to content

ronething/localStorageExt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LocalStorage Viewer

LocalStorage Viewer is a Chrome extension that allows users to easily view and copy the localStorage content of the current web page.

Features

  • View all key-value pairs stored in localStorage of the active tab
  • Copy individual key-value pairs to clipboard with a single click
  • User-friendly interface with hover effects for better readability of long values

Installation

  1. Clone this repository or download the source code.
  2. Open Google Chrome and navigate to chrome://extensions/.
  3. Enable "Developer mode" in the top right corner.
  4. Click "Load unpacked" and select the directory containing the extension files.

Usage

  1. Click on the LocalStorage Viewer icon in your Chrome toolbar when on a webpage.
  2. The popup will display all localStorage items for the current page.
  3. Hover over keys or values to see their full content if they're too long.
  4. Click the "Copy" button next to any item to copy its key-value pair to your clipboard.

Files

  • manifest.json: Contains metadata about the extension and its capabilities.
  • popup.html: Defines the structure and style of the extension's popup window.
  • popup.js: Implements the functionality for retrieving and displaying localStorage data.

Permissions

This extension requires the following permissions:

  • activeTab: To access the current tab's information.
  • scripting: To execute scripts in the context of web pages.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT License

Support

If you encounter any issues or have questions, please file an issue on the GitHub repository.

About

localStorage Viewer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published