BTC-e Widescreen
Enhanced Widescreen UI for BTC-e.com w/ Trollbox Toggle.
BTC-e Widescreen क्या है?
BTC-e Widescreen Coinapps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhanced Widescreen UI for BTC-e.com w/ Trollbox Toggle."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BTC-e Widescreen एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } ] } |