Snapshot

Capture the state of your current browser window.

什麼是Snapshot?

Snapshot是由https://lucajoos.de開發的Chrome擴展程式,該擴展的主要功能是“Capture the state of your current browser window.”。

擴展截圖

screenshot
screenshot
screenshot

下載Snapshot擴展crx文件

下載Snapshot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Snapshot Snapshot
ID ngkoncpolkhhedfdbecinojenoloopbg
官方網址 https://chromewebstore.google.com/detail/snapshot/ngkoncpolkhhedfdbecinojenoloopbg
簡介 Capture the state of your current browser window.
檔案大小 186 KB
安裝次數 132
目前版本 2.3.0
更新時間 2022-05-29
上架時間 2022-04-12
評分 5.00/5 共 1 次評分
開發者 https://lucajoos.de
電子郵箱 [email protected]
付費類型 free
擴展官網 https://snapshot.lucajoos.de
隱私政策頁面URL https://snapshot.lucajoos.de/privacy.html
支援的語言 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"
    }
}