Snapshot

Capture the state of your current browser window.

Snapshot là gì?

Snapshot là một tiện ích mở rộng Chrome được phát triển bởi https://lucajoos.de, và tính năng chính của nó là "Capture the state of your current browser window.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Snapshot

Tải xuống các tệp mở rộng Snapshot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Snapshot Snapshot
ID ngkoncpolkhhedfdbecinojenoloopbg
URL Chính Thức https://chromewebstore.google.com/detail/snapshot/ngkoncpolkhhedfdbecinojenoloopbg
Mô tả Capture the state of your current browser window.
Kích Thước Tệp 186 KB
Số Lần Cài Đặt 132
Phiên Bản Hiện Tại 2.3.0
Cập Nhật Lần Cuối 2022-05-29
Ngày Phát Hành 2022-04-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://lucajoos.de
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://snapshot.lucajoos.de
URL Trang Chính Sách Bảo Mật https://snapshot.lucajoos.de/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}