DiglettExtension
Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)
Vad är DiglettExtension?
DiglettExtension är en Chrome-tillägg utvecklad av lea, och dess huvudfunktion är "Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)".
Tilläggsskärmbilder
Ladda ner DiglettExtension-förlängningens CRX-fil
Ladda ner DiglettExtension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)
Grundläggande Information om Tillägg
Namn | |
ID | fhlldgnpihnehidjaofdmbmklccmmnpn |
Officiell webbadress | https://chrome.google.com/webstore/detail/diglettextension/fhlldgnpihnehidjaofdmbmklccmmnpn |
Beskrivning | Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm) |
Filstorlek | 3.43 MB |
Antal Installationer | 31 |
Aktuell Version | 0.0.3 |
Senast Uppdaterad | 2015-04-10 |
Publiceringsdatum | 2015-04-10 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | lea |
Betalningssätt | free |
Stödda Språk | 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" } |