Screen Snap

Extension to capture screenshot and source-code of active tab

ما هو Screen Snap؟

Screen Snap هو إضافة Chrome تم تطويرها بواسطة Vernalis، والميزة الرئيسية لها هي "Extension to capture screenshot and source-code of active tab".

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

screenshot

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

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

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

                        Extension to capture screenshot and source-code of active tab                    

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

الاسم Screen Snap Screen Snap
ID klihclcfhmjfdpopaonbgickchjhmidc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/screen-snap/klihclcfhmjfdpopaonbgickchjhmidc
الوصف Extension to capture screenshot and source-code of active tab
حجم الملف 93.78 KB
عدد التثبيتات 479
النسخة الحالية 0.0.4
آخر تحديث 2015-08-18
تاريخ النشر 2015-08-18
تقييم 1.00/5 مجموع تقييمات 1
المطور Vernalis
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Snap",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Extension to capture screenshot and source-code of active tab",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "short_name": "Screen Snap"
}