btc-e terminator
Makes simple and fast terminal from original btc-e homepage
btc-e terminatorとは何ですか?
btc-e terminatorはdhiltによって開発されたChromeの拡張機能で、その主な機能は「Makes simple and fast terminal from original btc-e homepage」です。
拡張機能のスクリーンショット
btc-e terminator拡張機能のCRXファイルをダウンロード
btc-e terminator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Now you can block unfunctional (and functional) sections of btc-e.com homepage! - block CHAT - block all right sidebar - block CHARTS - block trade history - block buy/sell order lists - etc UPD: integration with bitcoinWisdom (!) Extension feedback https://groups.google.com/forum/#!forum/btc-e-terminator Extension sources https://github.com/dhilt/btc-e-terminator Extension donate BTC@1DZXZGkUCmSUNmRTMrx9hj2e22y4mEn6vW Have a good trades! dhilt, 2014
拡張機能の基本情報
名前 | btc-e terminator |
ID | jlfdbhddibhoilgnobkdcefhlkghhkmn |
公式URL | https://chromewebstore.google.com/detail/btc-e-terminator/jlfdbhddibhoilgnobkdcefhlkghhkmn |
説明 | Makes simple and fast terminal from original btc-e homepage |
ファイルサイズ | 64.35 KB |
インストール数 | 28 |
現在のバージョン | 0.2.6 |
最終更新日 | 2014-11-16 |
公開日 | 2014-11-15 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | dhilt |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://groups.google.com/forum/#!forum/btc-e-terminator |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "btc-e terminator", "short_name": "btc-e terminator", "version": "0.2.6", "description": "Makes simple and fast terminal from original btc-e homepage", "options_page": "options.html", "icons": { "128": "btceterminator128.png", "48": "btceterminator48.png" }, "content_scripts": [ { "matches": [ "https:\/\/btc-e.com\/", "https:\/\/btc-e.com\/exchange\/*" ], "js": [ "contentscript.js" ], "run_at": "document_start", "all_frames": false } ], "permissions": [ "storage", "https:\/\/bitcoinwisdom.com\/*" ], "web_accessible_resources": [ "contentscript.css", "options.html", "shotgun.png" ], "manifest_version": 2 } |