BTC-e Widescreen
Enhanced Widescreen UI for BTC-e.com w/ Trollbox Toggle.
BTC-e Widescreenคืออะไร?
BTC-e Widescreen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Coinapps และคุณลักษณะหลักของมันคือ "Enhanced Widescreen UI for BTC-e.com w/ Trollbox Toggle."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BTC-e Widescreen
ดาวน์โหลดไฟล์ส่วนขยาย BTC-e Widescreen ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension enhances BTC-e to include the following features: Trollbox Toggle Button Fluid Layout, takes the full browser width Better positioning of Current Orders and Trade History Slightly more modern look and feel Optimized for screens between 1600 and 1920 pixels wide. Open Source @ https://bitbucket.org/Coinapps/btce-widescreen Next planned upgrade: Trollbox filter! Silence an unbearable troll without waiting for a moderator! Donations appreciated: BTC @ 1F8LC9XDdJkdR7W7ihEduBK3TP4QrZXMBU LTC @ LWMxzZjJLGTnpTUqoFXMeCP9uLb6RbBnfR
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dchcmdjlimledmcdekcahkidfcmjnanb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/btc-e-widescreen/dchcmdjlimledmcdekcahkidfcmjnanb |
คำอธิบาย | Enhanced Widescreen UI for BTC-e.com w/ Trollbox Toggle. |
ขนาดไฟล์ | 120 KB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2013-11-14 |
วันที่เผยแพร่ | 2013-11-14 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Coinapps |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/bitcoin-16.png", "128": "images\/bitcoin-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "permissions": [ "https:\/\/btc-e.com\/", "storage", "tabs" ], "page_action": { "default_icon": { "19": "images\/bitcoin-19.png", "38": "images\/bitcoin-38.png" }, "default_title": "BTC-e Widescreen", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/btc-e.com\/exchange\/*", "https:\/\/btc-e.com\/exchange\/*", "https:\/\/btc-e.com\/", "https:\/\/btc-e.com\/exchange" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/jquery-2.0.3.js", "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |