btc-e terminator
Makes simple and fast terminal from original btc-e homepage
btc-e terminatorคืออะไร?
btc-e terminator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dhilt และคุณลักษณะหลักของมันคือ "Makes simple and fast terminal from original btc-e homepage"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย btc-e terminator
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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 } |