Doge My Site
Add 'MUCH WOW' to any page on the web.
Doge My Siteとは何ですか?
Doge My Siteはhttps://michaelsolati.comによって開発されたChromeの拡張機能で、その主な機能は「Add 'MUCH WOW' to any page on the web.」です。
拡張機能のスクリーンショット
Doge My Site拡張機能のCRXファイルをダウンロード
Doge My Site拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add 'MUCH WOW' to any page on the web. Added ability to change text on website to dogetalk. If you code, please consider contributing https://github.com/MichaelSolati/doge-my-site
拡張機能の基本情報
名前 | Doge My Site |
ID | ghefodhmgeofnfpbmjlkglokpgomcodc |
公式URL | https://chromewebstore.google.com/detail/doge-my-site/ghefodhmgeofnfpbmjlkglokpgomcodc |
説明 | Add 'MUCH WOW' to any page on the web. |
ファイルサイズ | 699 KB |
インストール数 | 4,324 |
現在のバージョン | 0.10.0 |
最終更新日 | 2018-11-10 |
公開日 | 2018-11-09 |
評価 | 4.17/5 合計 35 レビュー |
開発者 | https://michaelsolati.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://michaelsolati.com/code |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Doge My Site", "version": "0.10.0", "description": "Add 'MUCH WOW' to any page on the web.", "browser_action": { "default_title": "SUCH WOW", "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "index.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "icons": { "128": "icon.png" } } |