Excavator for Google Chrome™

Excavator makes it easy for web designers to collect responsive screenshots and typography

ما هو Excavator for Google Chrome™؟

Excavator for Google Chrome™ هو إضافة Chrome تم تطويرها بواسطة http://excavator.io، والميزة الرئيسية لها هي "Excavator makes it easy for web designers to collect responsive screenshots and typography".

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

screenshot

تحميل ملف CRX للإضافة Excavator for Google Chrome™

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

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

                                            

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

الاسم Excavator for Google Chrome™ Excavator for Google Chrome™
ID imdefaniknoaemfngbhdhbebkdecibol
عنوان URL الرسمي https://chrome.google.com/webstore/detail/excavator-for-google-chro/imdefaniknoaemfngbhdhbebkdecibol
الوصف Excavator makes it easy for web designers to collect responsive screenshots and typography
حجم الملف 191 KB
عدد التثبيتات 18
النسخة الحالية 0.0.2
آخر تحديث 2013-05-18
تاريخ النشر 2013-05-18
تقييم 5.00/5 مجموع تقييمات 1
المطور http://excavator.io
نوع الدفع free
موقع الإضافة http://excavator.io
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Excavator for Google Chrome\u2122",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Excavator makes it easy for web designers to collect responsive screenshots and typography",
    "homepage_url": "http:\/\/excavator.io",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/typekit.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Collect responsive screenshots and typography with Excavator!",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/typekit.com\/",
        "tabs"
    ]
}