Bitstamp Price Ticker
Quickly notified about Bitstamp price on toolbar in real time
Bitstamp Price Tickerとは何ですか?
Bitstamp Price Tickerはblocktistic.comによって開発されたChromeの拡張機能で、その主な機能は「Quickly notified about Bitstamp price on toolbar in real time」です。
拡張機能のスクリーンショット
Bitstamp Price Ticker拡張機能のCRXファイルをダウンロード
Bitstamp Price Ticker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quickly grab attention to your favorite trading pair so that you will never miss a chance when it's changing fast. Coin price is updated in real-time for selected currency pair. Donations are welcomed: - BTC: 16hDsVgy6VFW2aW8w9z2pogbq5XThToswF - ETH: 0x212799fbd9CD3e273E0CB6761b1708B284477e5E - LTC: LQtecz6SAbRzJXEfDpNLz8AzkhWKY4qQyv - BCH: 13mT5ubjZUKTviGXDSVHxRkrrxDFzzUFd4 Current supported pairs are: - BTC/USD - BTC/EUR - XRP/USD - XRP/EUR - XRP/BTC - LTC/USD - LTC/EUR - LTC/BTC - ETH/USD - ETH/EUR - ETH/BTC - BCH/USD - BCH/EUR - BCH/BTC
拡張機能の基本情報
名前 | Bitstamp Price Ticker |
ID | jkekogmpjjmhajnmocggebnklcpdkmjn |
公式URL | https://chromewebstore.google.com/detail/bitstamp-price-ticker/jkekogmpjjmhajnmocggebnklcpdkmjn |
説明 | Quickly notified about Bitstamp price on toolbar in real time |
ファイルサイズ | 1.27 MB |
インストール数 | 15 |
現在のバージョン | 0.1.3 |
最終更新日 | 2018-10-02 |
公開日 | 2018-10-02 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | blocktistic.com |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitstamp Price Ticker", "short_name": "Bitstamp Price Ticker", "description": "Quickly notified about Bitstamp price on toolbar in real time", "background": { "page": "background.html" }, "browser_action": { "default_icon": "assets\/icon.png", "default_popup": "popup.html", "default_title": "Bitstamp Ticker" }, "icons": { "128": "assets\/icon.png" }, "web_accessible_resources": [ "assets\/icon.png" ], "content_scripts": [ { "js": [ "js\/jquery-2.0.3.min.js", "js\/pusher.min.js", "js\/store.min.js", "js\/semantic.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "manifest_version": 2, "options_page": "options.html", "permissions": [ "notifications", "storage", " |