IOTA ticker
This non official extension allows the user to display the current price of MIOTA in USD
IOTA tickerとは何ですか?
IOTA tickerはhak910によって開発されたChromeの拡張機能で、その主な機能は「This non official extension allows the user to display the current price of MIOTA in USD」です。
拡張機能のスクリーンショット
IOTA ticker拡張機能のCRXファイルをダウンロード
IOTA ticker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This non official extension allows the user to display the current price of MIOTA in USD from CoinMarketCap. The price is updated every minute. The red background indicates that the 24h price is down. The green background indicates that the 24h price is up. Donation : MGGUTRHVQNPHXRJ9TQZQUWLDVCCENBVRCWVIFPTCNGINHCCIYYAHWIGFP9ATMHWZPWLUXOXUTODEKBRPYBJNMEWWUD
拡張機能の基本情報
名前 | |
ID | jbhegidpbcpnnabhglbjfboccegcjjbe |
公式URL | https://chrome.google.com/webstore/detail/iota-ticker/jbhegidpbcpnnabhglbjfboccegcjjbe |
説明 | This non official extension allows the user to display the current price of MIOTA in USD |
ファイルサイズ | 5.52 KB |
インストール数 | 41 |
現在のバージョン | 1.1 |
最終更新日 | 2017-12-17 |
公開日 | 2017-12-17 |
評価 | 4.73/5 合計 11 レビュー |
開発者 | hak910 |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IOTA ticker", "description": "This non official extension allows the user to display the current price of MIOTA in USD", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "background", "alarms" ], "background": { "scripts": [ "myscript.js" ], "persistent": true } } |