DiglettExtension
Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)
Qu'est-ce que DiglettExtension ?
DiglettExtension est une extension Chrome développée par lea, et sa fonction principale est "Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DiglettExtension
Téléchargez les fichiers d'extension DiglettExtension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)
Informations de Base sur l'Extension
Nom | |
ID | fhlldgnpihnehidjaofdmbmklccmmnpn |
URL Officiel | https://chrome.google.com/webstore/detail/diglettextension/fhlldgnpihnehidjaofdmbmklccmmnpn |
Description | Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm) |
Taille du Fichier | 3.43 MB |
Nombre d'Installations | 31 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2015-04-10 |
Date de Publication | 2015-04-10 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | lea |
Type de Paiement | free |
Langues Prises en Charge | 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" } |