DogeWeb
Makes websites more DOGElicious.
DogeWebとは何ですか?
DogeWebはhttp://jasx.orgによって開発されたChromeの拡張機能で、その主な機能は「Makes websites more DOGElicious.」です。
拡張機能のスクリーンショット
DogeWeb拡張機能のCRXファイルをダウンロード
DogeWeb拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Lets you engage doge-mode in your browser. Making it rather colorful.
Released under a creative commons non-commercial license.
If you somehow like this, and feel inclined, you can send some dogecoins to:
DEbdPaVwNukCan3kL3nP6KXNgJPJpLunvB 拡張機能の基本情報
| 名前 | |
| ID | eigopaaaokciainadmkbmdpfahafgmfi |
| 公式URL | https://chrome.google.com/webstore/detail/dogeweb/eigopaaaokciainadmkbmdpfahafgmfi |
| 説明 | Makes websites more DOGElicious. |
| ファイルサイズ | 61 KB |
| インストール数 | 264 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2014-01-01 |
| 公開日 | 2014-01-01 |
| 評価 | 4.25/5 合計 8 レビュー |
| 開発者 | http://jasx.org |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "DogeWeb",
"description": "Makes websites more DOGElicious.",
"version": "1.0.0",
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"*:\/\/*\/*"
],
"js": [
"jquery.js",
"doge.js"
]
}
],
"web_accessible_resources": [
"jquery.js",
"doge.js",
"doge.css"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "doge_48.png"
},
"icons": {
"16": "doge_16.png",
"48": "doge_48.png",
"128": "doge_128.png"
},
"permissions": [
"tabs"
]
} | |