DiglettExtension
Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)
Co to jest DiglettExtension?
DiglettExtension to rozszerzenie Chrome opracowane przez lea, a jego główną funkcją jest „Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DiglettExtension
Pobierz pliki rozszerzeń DiglettExtension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fhlldgnpihnehidjaofdmbmklccmmnpn |
Oficjalny URL | https://chrome.google.com/webstore/detail/diglettextension/fhlldgnpihnehidjaofdmbmklccmmnpn |
Opis | Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm) |
Rozmiar pliku | 3.43 MB |
Liczba instalacji | 31 |
Aktualna Wersja | 0.0.3 |
Ostatnia Aktualizacja | 2015-04-10 |
Data Publikacji | 2015-04-10 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | lea |
Typ Płatności | free |
Obsługiwane Języki | 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" } |