Ethereum Tracker - Euro Price (ETHEUR)
Real-time Ethereum Euro price tracker !
Ethereum Tracker - Euro Price (ETHEUR)とは何ですか?
Ethereum Tracker - Euro Price (ETHEUR)はHamsterAppsによって開発されたChromeの拡張機能で、その主な機能は「Real-time Ethereum Euro price tracker !」です。
拡張機能のスクリーンショット
Ethereum Tracker - Euro Price (ETHEUR)拡張機能のCRXファイルをダウンロード
Ethereum Tracker - Euro Price (ETHEUR)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Track the Ethereum exchange rate in euros (ETHEUR) in real-time. Features: - See the current rate with only a glance, zero click required, auto-refresh. - Intelligent notifications when huge increase/decrease.
拡張機能の基本情報
名前 | Ethereum Tracker - Euro Price (ETHEUR) |
ID | mblpipfoicjgcokcnnmbebnlooldfdjc |
公式URL | https://chromewebstore.google.com/detail/ethereum-tracker-euro-pri/mblpipfoicjgcokcnnmbebnlooldfdjc |
説明 | Real-time Ethereum Euro price tracker ! |
ファイルサイズ | 18.8 KB |
インストール数 | 75 |
現在のバージョン | 0.4 |
最終更新日 | 2017-05-04 |
公開日 | 2017-05-04 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | HamsterApps |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://raphlight.free.fr |
対応言語 | en,fr |
manifest.json | |
{ "author": "Rapha\u00ebl L\u00e9ger", "background": { "scripts": [ "js\/background.js", "js\/popup.js" ] }, "browser_action": { "default_icon": "images\/icon48.png", "default_popup": "popup.html" }, "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "notifications", "https:\/\/api.kraken.com\/0\/public\/Ticker" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.4" } |