Snapshot

Capture the state of your current browser window.

Snapshotคืออะไร?

Snapshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lucajoos.de และคุณลักษณะหลักของมันคือ "Capture the state of your current browser window."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snapshot

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}