DiglettExtension

Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)

Что такое DiglettExtension?

DiglettExtension - это расширение Chrome, разработанное lea, и его основная функция - "Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения DiglettExtension

Скачайте файлы расширений DiglettExtension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)                    

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

Название DiglettExtension DiglettExtension
ID fhlldgnpihnehidjaofdmbmklccmmnpn
Официальный URL https://chrome.google.com/webstore/detail/diglettextension/fhlldgnpihnehidjaofdmbmklccmmnpn
Описание Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)
Размер файла 3.43 MB
Количество установок 31
Текущая Версия 0.0.3
Последнее Обновление 2015-04-10
Дата публикации 2015-04-10
Рейтинг 5.00/5 Всего 1 оценок
Разработчик lea
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DiglettExtension",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "omnibox": {
        "keyword": "indeed human"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png"
        },
        "default_title": "That's the tool tip",
        "default_popup": "browseraction\/popup.html"
    },
    "web_accessible_resources": [
        "img\/VpsNbi4.gif",
        "mp3\/diglettdig.mp3"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/newtab.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "devtools_page": "devtools\/devtools.html"
}