Dogecoin price
Displays the current Dogecoin price.
Dogecoin priceとは何ですか?
Dogecoin priceはar2rによって開発されたChromeの拡張機能で、その主な機能は「Displays the current Dogecoin price.」です。
拡張機能のスクリーンショット
Dogecoin price拡張機能のCRXファイルをダウンロード
Dogecoin price拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple DOGE / Dogecoin price tracker. data provided by Coinmarketcap. You can also download my other coin tracker (alt coins) ETC Etherum price tracker LTC Litecoin price tracker XMR Monero Price tracker ZEC Zcash price tracker DASH Dash price tracker BTC Bitcoin price tracker Please, feel free to ask for any other coin you want or any other feature.
拡張機能の基本情報
名前 | Dogecoin price |
ID | blbeijgoeafhgalclmhlbpmkmnlkajap |
公式URL | https://chromewebstore.google.com/detail/dogecoin-price/blbeijgoeafhgalclmhlbpmkmnlkajap |
説明 | Displays the current Dogecoin price. |
ファイルサイズ | 115 KB |
インストール数 | 77 |
現在のバージョン | 1.0 |
最終更新日 | 2018-01-17 |
公開日 | 2018-01-17 |
評価 | 2.00/5 合計 1 レビュー |
開発者 | ar2r |
支払い方法 | free |
拡張機能のウェブサイト | http://allcoinindex.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": { "19": "19.png" }, "default_popup": "price.htm", "default_title": "Click to show more information" }, "description": "Displays the current Dogecoin price.", "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "manifest_version": 2, "name": "Dogecoin price", "permissions": [ "https:\/\/coinmarketcap.com\/", "storage" ], "short_name": "Dogecoin Price", "version": "1.0" } |