BTC-e Widescreen
Enhanced Widescreen UI for BTC-e.com w/ Trollbox Toggle.
什麼是BTC-e Widescreen?
BTC-e Widescreen是由Coinapps開發的Chrome擴展程式,該擴展的主要功能是“Enhanced Widescreen UI for BTC-e.com w/ Trollbox Toggle.”。
擴展截圖
下載BTC-e Widescreen擴展crx文件
下載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 |
官方網址 | 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 } ] } |