DiglettExtension
Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)
Cos'è DiglettExtension?
DiglettExtension è un'estensione di Chrome sviluppata da lea, e la sua funzione principale è "Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DiglettExtension
Scarica i file di estensione DiglettExtension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)
Informazioni di Base sull'Estensione
Nome | |
ID | fhlldgnpihnehidjaofdmbmklccmmnpn |
URL Ufficiale | https://chrome.google.com/webstore/detail/diglettextension/fhlldgnpihnehidjaofdmbmklccmmnpn |
Descrizione | Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm) |
Dimensione del File | 3.43 MB |
Conteggio Installazioni | 31 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2015-04-10 |
Data di Pubblicazione | 2015-04-10 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | lea |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |