Instant BTC to USD/GBP
Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.
Instant BTC to USD/GBPとは何ですか?
Instant BTC to USD/GBPはhttps://witty-feeds1.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.」です。
拡張機能のスクリーンショット
Instant BTC to USD/GBP拡張機能のCRXファイルをダウンロード
Instant BTC to USD/GBP拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple and Easy Plugin to convert any amount from BTC to USD without leaving the page. Select the value in BTC and right click on it our extension automatically convert that into USD and GBP. Icon Credit: https://www.flaticon.com/authors/tomas-knop
拡張機能の基本情報
名前 | Instant BTC to USD/GBP |
ID | blgikkibpagbmnldeibbllmkeegkblbl |
公式URL | https://chromewebstore.google.com/detail/instant-btc-to-usdgbp/blgikkibpagbmnldeibbllmkeegkblbl |
説明 | Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page. |
ファイルサイズ | 19.49 KB |
インストール数 | 43 |
現在のバージョン | 4.0.2 |
最終更新日 | 2017-09-09 |
公開日 | 2017-09-08 |
評価 | 4.00/5 合計 5 レビュー |
開発者 | https://witty-feeds1.blogspot.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://www.google.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instant BTC to USD\/GBP", "short_name": "BTC to USD\/GBP Converter", "version": "4.0.2", "manifest_version": 2, "description": "Get real-time Bitcoin price in USD (Dollar) and GBP (Pounds) without leaving the page.", "icons": { "16": "icons\/coin.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ] } |