Snapshot

Capture the state of your current browser window.

Apa itu Snapshot?

Snapshot adalah ekstensi Chrome yang dikembangkan oleh https://lucajoos.de, dan fitur utamanya adalah "Capture the state of your current browser window.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Snapshot

Unduh file ekstensi Snapshot dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Snapshot Snapshot
ID ngkoncpolkhhedfdbecinojenoloopbg
URL Resmi https://chromewebstore.google.com/detail/snapshot/ngkoncpolkhhedfdbecinojenoloopbg
Deskripsi Capture the state of your current browser window.
Ukuran File 186 KB
Jumlah Instalasi 132
Versi Saat Ini 2.3.0
Terakhir Diperbarui 2022-05-29
Tanggal Publikasi 2022-04-12
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://lucajoos.de
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://snapshot.lucajoos.de
URL Halaman Kebijakan Privasi https://snapshot.lucajoos.de/privacy.html
Bahasa yang Didukung 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"
    }
}