Ethereum AllInOne: ETH Ticker / Wallet viewer
Everything about Ethereum in one extension
Ethereum AllInOne: ETH Ticker / Wallet viewerとは何ですか?
Ethereum AllInOne: ETH Ticker / Wallet viewerはZed's Devによって開発されたChromeの拡張機能で、その主な機能は「Everything about Ethereum in one extension」です。
拡張機能のスクリーンショット
Ethereum AllInOne: ETH Ticker / Wallet viewer拡張機能のCRXファイルをダウンロード
Ethereum AllInOne: ETH Ticker / Wallet viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With Ethereum All-in-one, you will be able to gather informations you really need : - Stocking prices (with opening, lowest and highest prices for the current day) in YOUR currency - Evolution for current day - Customizable addresses balances - More coming soon... Source code is public: no malware, no weird permissions, no bullshit. You can view the source code on Github (https://github.com/ZedsDev/ethereum-allinone) If you want to see a new feature or find a bug, you can create an issue and I'll check it out (https://github.com/ZedsDev/ethereum-allinone/issues) If you enjoy this extension, feel free to buy me a coffee: Donation ETH: 0xFc5ED876835D96f5781c5157563d1A49d9E91d4F
拡張機能の基本情報
名前 | Ethereum AllInOne: ETH Ticker / Wallet viewer |
ID | jedgfcnbkbgiheojcfkbphplgkhgppgf |
公式URL | https://chromewebstore.google.com/detail/ethereum-allinone-eth-tic/jedgfcnbkbgiheojcfkbphplgkhgppgf |
説明 | Everything about Ethereum in one extension |
ファイルサイズ | 838 KB |
インストール数 | 139 |
現在のバージョン | 1.1 |
最終更新日 | 2017-12-07 |
公開日 | 2017-12-06 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | Zed's Dev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ZedsDev/ethereum-allinone |
ヘルプページのURL | https://github.com/ZedsDev/ethereum-allinone/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ethereum AllInOne: ETH Ticker \/ Wallet viewer", "version": "1.1", "manifest_version": 2, "description": "Everything about Ethereum in one extension", "icons": { "16": "static\/images\/icon16.png", "48": "static\/images\/icon48.png", "128": "static\/images\/icon128.png" }, "options_page": "options\/options.html", "browser_action": { "default_popup": "popup\/popup.html" }, "background": { "persistent": true, "scripts": [ "static\/js\/config.js", "static\/js\/app.js", "static\/js\/background.js" ] }, "permissions": [ "https:\/\/api.kraken.com\/0\/public\/Ticker?pair=ETH*", "https:\/\/api.ethplorer.io\/getAddressInfo\/*", "https:\/\/fonts.googleapis.com\/*" ] } |