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
公式URL 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
Eメール [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"
    }
}