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 |
官方網址 | 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 |
電子郵箱 | [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 } |