DiglettExtension
Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)
Apa itu DiglettExtension?
DiglettExtension adalah ekstensi Chrome yang dikembangkan oleh lea, dan fitur utamanya adalah "Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DiglettExtension
Unduh file ekstensi DiglettExtension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)
Informasi Dasar Ekstensi
Nama | |
ID | fhlldgnpihnehidjaofdmbmklccmmnpn |
URL Resmi | https://chrome.google.com/webstore/detail/diglettextension/fhlldgnpihnehidjaofdmbmklccmmnpn |
Deskripsi | Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm) |
Ukuran File | 3.43 MB |
Jumlah Instalasi | 31 |
Versi Saat Ini | 0.0.3 |
Terakhir Diperbarui | 2015-04-10 |
Tanggal Publikasi | 2015-04-10 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | lea |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |