DiglettExtension
Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)
Was ist DiglettExtension?
DiglettExtension ist eine Chrome-Erweiterung, die von lea entwickelt wurde, und ihr Hauptmerkmal ist "Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)".
Erweiterungsscreenshots
DiglettExtension-Erweiterungs-CRX-Datei herunterladen
Laden Sie DiglettExtension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)
Grundlegende Informationen zur Erweiterung
Name | |
ID | fhlldgnpihnehidjaofdmbmklccmmnpn |
Offizielle URL | https://chrome.google.com/webstore/detail/diglettextension/fhlldgnpihnehidjaofdmbmklccmmnpn |
Beschreibung | Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm) |
Dateigröße | 3.43 MB |
Installationsanzahl | 31 |
Aktuelle Version | 0.0.3 |
Letztes Update | 2015-04-10 |
Veröffentlichungsdatum | 2015-04-10 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | lea |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |