Snapshot

Capture the state of your current browser window.

Co to jest Snapshot?

Snapshot to rozszerzenie Chrome opracowane przez https://lucajoos.de, a jego główną funkcją jest „Capture the state of your current browser window.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Snapshot

Pobierz pliki rozszerzeń Snapshot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Snapshot Snapshot
ID ngkoncpolkhhedfdbecinojenoloopbg
Oficjalny URL https://chromewebstore.google.com/detail/snapshot/ngkoncpolkhhedfdbecinojenoloopbg
Opis Capture the state of your current browser window.
Rozmiar pliku 186 KB
Liczba instalacji 132
Aktualna Wersja 2.3.0
Ostatnia Aktualizacja 2022-05-29
Data Publikacji 2022-04-12
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://lucajoos.de
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://snapshot.lucajoos.de
Adres URL Strony Polityki Prywatności https://snapshot.lucajoos.de/privacy.html
Obsługiwane Języki 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"
    }
}