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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                                            

Основная информация о расширении

Название 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"
    ]
}