DiglettExtension

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

O que é DiglettExtension?

DiglettExtension é uma extensão do Chrome desenvolvida por lea, e sua principal característica é "Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão DiglettExtension

Baixe arquivos de extensão DiglettExtension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome DiglettExtension DiglettExtension
ID fhlldgnpihnehidjaofdmbmklccmmnpn
URL Oficial https://chrome.google.com/webstore/detail/diglettextension/fhlldgnpihnehidjaofdmbmklccmmnpn
Descrição Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)
Tamanho do Arquivo 3.43 MB
Contagem de Instalações 31
Versão Atual 0.0.3
Última Atualização 2015-04-10
Data de Publicação 2015-04-10
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor lea
Tipo de Pagamento free
Idiomas Suportados 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"
}