Snapshot

Capture the state of your current browser window.

Vad är Snapshot?

Snapshot är en Chrome-tillägg utvecklad av https://lucajoos.de, och dess huvudfunktion är "Capture the state of your current browser window.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Snapshot-förlängningens CRX-fil

Ladda ner Snapshot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Snapshot Snapshot
ID ngkoncpolkhhedfdbecinojenoloopbg
Officiell webbadress https://chromewebstore.google.com/detail/snapshot/ngkoncpolkhhedfdbecinojenoloopbg
Beskrivning Capture the state of your current browser window.
Filstorlek 186 KB
Antal Installationer 132
Aktuell Version 2.3.0
Senast Uppdaterad 2022-05-29
Publiceringsdatum 2022-04-12
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://lucajoos.de
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://snapshot.lucajoos.de
URL till Sekretesspolicy Sidan https://snapshot.lucajoos.de/privacy.html
Stödda Språk 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"
    }
}