Snapshot

Capture the state of your current browser window.

Cos'è Snapshot?

Snapshot è un'estensione di Chrome sviluppata da https://lucajoos.de, e la sua funzione principale è "Capture the state of your current browser window.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Snapshot

Scarica i file di estensione Snapshot 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

                        Save, synchronize and share the current state of your browser window. 
With just one click, you can create a personalized Snapshot that gives you full access to your last session - even if you've closed your browser.
Open Snapshot on another device, log in with your account, and get real-time access to all your saved tabs. You can even share your Snapshots with friends to let them experience your current browsing session with just a couple of clicks.                    

Informazioni di Base sull'Estensione

Nome Snapshot Snapshot
ID ngkoncpolkhhedfdbecinojenoloopbg
URL Ufficiale https://chromewebstore.google.com/detail/snapshot/ngkoncpolkhhedfdbecinojenoloopbg
Descrizione Capture the state of your current browser window.
Dimensione del File 186 KB
Conteggio Installazioni 132
Versione Corrente 2.3.0
Ultimo Aggiornamento 2022-05-29
Data di Pubblicazione 2022-04-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://lucajoos.de
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://snapshot.lucajoos.de
URL della Pagina della Politica sulla Privacy https://snapshot.lucajoos.de/privacy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snapshot",
    "description": "Capture the state of your current browser window.",
    "version": "2.3.0",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_popup": "app.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/png\/16x16.png",
        "48": "icons\/png\/48x48.png",
        "128": "icons\/png\/128x128.png"
    }
}