Snapshot

Capture the state of your current browser window.

Wat is Snapshot?

Snapshot is een Chrome-extensie ontwikkeld door https://lucajoos.de, en de belangrijkste functie is "Capture the state of your current browser window.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Snapshot

Download Snapshot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Snapshot Snapshot
ID ngkoncpolkhhedfdbecinojenoloopbg
Officiële URL https://chromewebstore.google.com/detail/snapshot/ngkoncpolkhhedfdbecinojenoloopbg
Beschrijving Capture the state of your current browser window.
Bestandsgrootte 186 KB
Aantal Installaties 132
Huidige Versie 2.3.0
Laatst Bijgewerkt 2022-05-29
Publicatiedatum 2022-04-12
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://lucajoos.de
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://snapshot.lucajoos.de
URL van de Privacybeleid Pagina https://snapshot.lucajoos.de/privacy.html
Ondersteunde Talen 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"
    }
}