A simple Chrome extension that allows you to retrieve all session storage data from the currently active website and copy it to your clipboard with a single click.
Retrieve session storage data from the active tab. Copy the session storage data to the clipboard in JSON format. Display status messages to indicate success or failure.
Click the "Copy to Clipboard" button in the extension popup. The extension will fetch the session storage data from the currently active tab. The data will be copied to your clipboard, ready to be used elsewhere.
Clone this repository or download the source code as a ZIP file.
Open Google Chrome and navigate to chrome://extensions/.
Enable "Developer mode" in the top right corner.
Click "Load unpacked" and select the folder where you downloaded the extension.
The extension will be loaded, and its icon will appear in the browser toolbar.
Click the extension icon in the Chrome toolbar.
Click the "Copy to Clipboard" button in the popup.
The session storage data of the active tab will be copied to your clipboard.
A status message will indicate whether the operation was successful.