GetSet Local Storage & Session Storage

Get all the Local/Session Storage values of one domain and set all those values in other domain's local/session storage.

Cos'è GetSet Local Storage & Session Storage?

GetSet Local Storage & Session Storage è un'estensione di Chrome sviluppata da vinay.dasari.dev, e la sua funzione principale è "Get all the Local/Session Storage values of one domain and set all those values in other domain's local/session storage.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione GetSet Local Storage & Session Storage

Scarica i file di estensione GetSet Local Storage & Session Storage in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension will let the developers get the local/session storage values of any domain (dev/staging/prod) and set those values into any other domain's local/session storage.

For example, getting the local/session storage values from dev/staging urls and setting those values into the localhost's local/session storage.

Please follow the steps: 
1. Visit the domain URL from where you want to get all the local/session storage values. 
2. Open the extension and click "Get" below Local Storage/Session Storage respectively. You'll see the feedback text "All the local/session storage values are retrieved." 
3. Now visit the domain URL (for example, localhost:3000) where you want to set all the above retrieved local/session storage values in the local storage.
4. Open the extension and click "Set" below Local Storage/Session Storage respectively. You'll see the feedback text "All the retrieved local/session storage values are set." Now you can find all the values stored in the local/session storage.
5. Similarly, you can also clear the local/session storage values for any domain.                    

Informazioni di Base sull'Estensione

Nome GetSet Local Storage & Session Storage GetSet Local Storage & Session Storage
ID ippidodkgapkblnaegmgjhdflkbonoco
URL Ufficiale https://chromewebstore.google.com/detail/getset-local-storage-sess/ippidodkgapkblnaegmgjhdflkbonoco
Descrizione Get all the Local/Session Storage values of one domain and set all those values in other domain's local/session storage.
Dimensione del File 13.58 KB
Conteggio Installazioni 731
Versione Corrente 0.2.0
Ultimo Aggiornamento 2022-12-25
Data di Pubblicazione 2022-10-24
Valutazione 4.50/5 Totale 8 Valutazioni
Sviluppatore vinay.dasari.dev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/VinayDasari07/GetSet-Local-Storage-chrome-extension
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GetSet Local Storage & Session Storage",
    "version": "0.2.0",
    "description": "Get all the Local\/Session Storage values of one domain and set all those values in other domain's local\/session storage.",
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "action": {
        "default_title": "GetSet Local Storage & Session Storage",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/favicon16x16.png",
        "32": "images\/favicon32x32.png",
        "64": "images\/favicon64x64.png",
        "128": "images\/favicon128x128.png"
    },
    "manifest_version": 3
}