Snapshot

Capture the state of your current browser window.

What is Snapshot?

Snapshot is a Chrome extension developed by https://lucajoos.de, and its main feature is "Capture the state of your current browser window.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Snapshot Extension CRX File

Download Snapshot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Snapshot Snapshot
ID ngkoncpolkhhedfdbecinojenoloopbg
Official URL https://chromewebstore.google.com/detail/snapshot/ngkoncpolkhhedfdbecinojenoloopbg
Description Capture the state of your current browser window.
File Size 186 KB
Installation Count 132
Current Version 2.3.0
Last Updated 2022-05-29
Publish Date 2022-04-12
Rating 5.00/5 Total 1 Ratings
Developer https://lucajoos.de
Email [email protected]
Payment Type free
Extension Website https://snapshot.lucajoos.de
Privacy Policy Page URL https://snapshot.lucajoos.de/privacy.html
Supported Languages 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"
    }
}