DiglettExtension
Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)
什麼是DiglettExtension?
DiglettExtension是由lea開發的Chrome擴展程式,該擴展的主要功能是“Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)”。
擴展截圖
下載DiglettExtension擴展crx文件
下載DiglettExtension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm)
擴展基本資訊
名稱 | |
ID | fhlldgnpihnehidjaofdmbmklccmmnpn |
官方網址 | https://chrome.google.com/webstore/detail/diglettextension/fhlldgnpihnehidjaofdmbmklccmmnpn |
簡介 | Have a diglett army help you get through all your work today! (now with adventure time for more general enthusiasm) |
檔案大小 | 3.43 MB |
安裝次數 | 31 |
目前版本 | 0.0.3 |
更新時間 | 2015-04-10 |
上架時間 | 2015-04-10 |
評分 | 5.00/5 共 1 次評分 |
開發者 | lea |
付費類型 | free |
支援的語言 | 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" } |