Snap Web

Snap Web by techfas helps you take full webpage screenshot with just one click.

ما هو Snap Web؟

Snap Web هو إضافة Chrome تم تطويرها بواسطة Techfas.com، والميزة الرئيسية لها هي "Snap Web by techfas helps you take full webpage screenshot with just one click.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Snap Web

قم بتنزيل ملفات الامتداد Snap Web بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Just at one click you get the screen of shot of whole page and the screenshot is downloaded automatically to your computer.                    

معلومات أساسية عن التمديد

الاسم Snap Web Snap Web
ID lbfahjmbbaapdgkeofapjckkkandeial
عنوان URL الرسمي https://chrome.google.com/webstore/detail/snap-web/lbfahjmbbaapdgkeofapjckkkandeial
الوصف Snap Web by techfas helps you take full webpage screenshot with just one click.
حجم الملف 4.1 MB
عدد التثبيتات 42
النسخة الحالية 0.1
آخر تحديث 2020-04-27
تاريخ النشر 2020-04-27
المطور Techfas.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية http://techfas.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snap Web",
    "version": "0.1",
    "description": "Snap Web by techfas helps you take full webpage screenshot with just one click.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "html2canvas.js",
                "content.js"
            ]
        }
    ],
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_popup": "mainpop.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}