zpool Hash Refinery ahashpool Fiat converter
zpool, Hash Refinery and ahashpool BTC to Fiat converter
zpool Hash Refinery ahashpool Fiat converterとは何ですか?
zpool Hash Refinery ahashpool Fiat converterはPablo Fernándezによって開発されたChromeの拡張機能で、その主な機能は「zpool, Hash Refinery and ahashpool BTC to Fiat converter」です。
拡張機能のスクリーンショット
zpool Hash Refinery ahashpool Fiat converter拡張機能のCRXファイルをダウンロード
zpool Hash Refinery ahashpool Fiat converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
zpool, Hash Refinery and ahashpool simple BTC to Fiat Converter. Just install the extension and choose your favourite fiat currency. A new column will appear in both balance and earnings tables to show the BTC converted to your selected currency. Accepted Donations in BTC: 1JTqH4NAUJxuFgjcSCKwpHm1CX8aGWANnR Hope this tiny mod is useful for somebody.
拡張機能の基本情報
名前 | zpool Hash Refinery ahashpool Fiat converter |
ID | amapglaigcmhjcoekcnibppkelmjcjbc |
公式URL | https://chromewebstore.google.com/detail/zpool-hash-refinery-ahash/amapglaigcmhjcoekcnibppkelmjcjbc |
説明 | zpool, Hash Refinery and ahashpool BTC to Fiat converter |
ファイルサイズ | 145 KB |
インストール数 | 16 |
現在のバージョン | 0.0.3 |
最終更新日 | 2018-01-22 |
公開日 | 2018-01-22 |
開発者 | Pablo Fernández |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/pablitofernandez/zpoolHashrefineryAhaspoolBTCToFiatConverter |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "zpool128.png", "default_title": "zpool, Hash Refinery and ahashpool BTC to Fiat converter", "default_popup": "redirect.html" }, "content_scripts": [ { "js": [ "jquery-3.2.1.min.js", "script.js" ], "matches": [ "http:\/\/zpool.ca\/?address*", "https:\/\/zpool.ca\/?address*", "http:\/\/pool.hashrefinery.com\/?address*", "https:\/\/pool.hashrefinery.com\/?address*", "https:\/\/ahashpool.com\/wallet.php?wallet=*", "http:\/\/ahashpool.com\/wallet.php?wallet=*" ] } ], "description": "zpool, Hash Refinery and ahashpool BTC to Fiat converter", "icons": { "128": "zpool128.png" }, "manifest_version": 2, "name": "zpool Hash Refinery ahashpool Fiat converter", "permissions": [ "tabs", "https:\/\/api.coindesk.com\/*" ], "short_name": "zpool, Hash Refinery and ahashpool BTC to Fiat converter", "version": "0.0.3" } |