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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    }
}