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 |
公式URL | 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" } |