DiglettExtension

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

¿Qué es DiglettExtension?

DiglettExtension es una extensión de Chrome desarrollada por lea, y su función principal es "Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión DiglettExtension

Descarga archivos de extensión DiglettExtension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre DiglettExtension DiglettExtension
ID fhlldgnpihnehidjaofdmbmklccmmnpn
URL Oficial https://chrome.google.com/webstore/detail/diglettextension/fhlldgnpihnehidjaofdmbmklccmmnpn
Descripción Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)
Tamaño del Archivo 3.43 MB
Cantidad de Instalaciones 31
Versión Actual 0.0.3
Última Actualización 2015-04-10
Fecha de Publicación 2015-04-10
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador lea
Tipo de Pago free
Idiomas Soportados 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"
}