DiglettExtension

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

Wat is DiglettExtension?

DiglettExtension is een Chrome-extensie ontwikkeld door lea, en de belangrijkste functie is "Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie DiglettExtension

Download DiglettExtension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam DiglettExtension DiglettExtension
ID fhlldgnpihnehidjaofdmbmklccmmnpn
Officiële URL https://chrome.google.com/webstore/detail/diglettextension/fhlldgnpihnehidjaofdmbmklccmmnpn
Beschrijving Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)
Bestandsgrootte 3.43 MB
Aantal Installaties 31
Huidige Versie 0.0.3
Laatst Bijgewerkt 2015-04-10
Publicatiedatum 2015-04-10
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar lea
Betalingswijze free
Ondersteunde Talen 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"
}