Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piedcipher/morty
Quick and hassle-free :zap: (1-click) copy/paste :scissors: :clipboard: of localStorage/sessionStorage data :floppy_disk: across sites.
https://github.com/piedcipher/morty
chrome-extension chrome-extensions copy-paste copypaste devtool localstorage sessionstorage
Last synced: about 1 month ago
JSON representation
Quick and hassle-free :zap: (1-click) copy/paste :scissors: :clipboard: of localStorage/sessionStorage data :floppy_disk: across sites.
- Host: GitHub
- URL: https://github.com/piedcipher/morty
- Owner: piedcipher
- License: mit
- Created: 2022-08-27T15:23:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-28T12:22:43.000Z (about 2 years ago)
- Last Synced: 2024-10-08T14:21:52.377Z (about 1 month ago)
- Topics: chrome-extension, chrome-extensions, copy-paste, copypaste, devtool, localstorage, sessionstorage
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/morty/lioogclggbgabjfapimolnflapobhmak
- Size: 46.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Morty
Quick and hassle-free :zap: (1-click) copy/paste :scissors: :clipboard: of localStorage/sessionStorage data :floppy_disk: across sites.
## Features
- Quickly and Easily copy/paste data from localStorage or sessionStorage between different websites.
- Copy data from local-Storage/session-Storage of one website, and paste data to local-Storage/session-Storage of another website.
- There is an easy-to-access clipboard to view the copied stuff.
- There are clear buttons as well.## Why did I built this?
Once I was testing my live-website and I wanted to run it locally in localhost for some tinkering and development. I couldn't get it to run because I couldn't tweak my code for localhost but copy-pasting sessionStorage from live-app would directly enable localhost one to work due to app-design. So, ended up manually copy-pasting sessionStorage. It worked! Hence I decided to build an extension to do the same.
## Install from Chrome-Web-Store
- https://chrome.google.com/webstore/detail/morty/lioogclggbgabjfapimolnflapobhmak
## Install from Source
- Clone/Download this repo.
- Extract the zip file.
- Go to `chrome://extensions/`.
- Enable `Developer mode` switch.
- Click on `Load unpacked`.
- Select the extracted-folder.
- Pin it if you want.
- Done.## Demos
https://user-images.githubusercontent.com/13456345/187053447-294fde9c-c0be-47e3-b261-8b52571aebff.mp4
https://user-images.githubusercontent.com/13456345/187053449-21ee6ec3-7261-483f-b3d5-306432e8de2b.mp4
## Screenshots
![Screenshot at 2022-08-28 03-33-40](https://user-images.githubusercontent.com/13456345/187050466-40a87f61-1a2d-4f98-bbbc-0eb44434a62b.png)
![Screenshot at 2022-08-28 03-30-43](https://user-images.githubusercontent.com/13456345/187050465-e130e328-96b1-4ea2-8fc5-8ba2ea96360c.png)
![Screenshot at 2022-08-28 02-59-03](https://user-images.githubusercontent.com/13456345/187050463-34d9e3bc-3a25-490d-b2f0-d79061b11483.png)
![Screenshot at 2022-08-28 02-58-42](https://user-images.githubusercontent.com/13456345/187050462-89b13285-c279-45e7-9c1a-62bce4c4bc12.png)