Coinbase Enhancement Suite
Adds missing features to Coinbase website.
Coinbase Enhancement Suite क्या है?
Coinbase Enhancement Suite Mike Tsao द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds missing features to Coinbase website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Coinbase Enhancement Suite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Fixes various bugs in the Coinbase website. Actually, at the moment fixes only one. On the transactions page, tells you the USD/BTC price. Today this information is missing from transaction confirmations, but it's not provided. This information is calculated from the total price, the BTC figure, a $0.15 bank fee, and a 1.0% Coinbase fee. If these values change, the calculation will be incorrect. Coinbase is not affiliated with me or this product.
एक्सटेंशन की मूल जानकारी
नाम | Coinbase Enhancement Suite |
ID | ihmmdkcakjebheclflinnabikkhdgpdl |
आधिकारिक URL | https://chromewebstore.google.com/detail/coinbase-enhancement-suit/ihmmdkcakjebheclflinnabikkhdgpdl |
विवरण | Adds missing features to Coinbase website. |
फ़ाइल का आकार | 2.96 KB |
स्थापना संख्या | 299 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2013-08-02 |
प्रकाशन तिथि | 2013-08-01 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Mike Tsao |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Coinbase Enhancement Suite", "description": "Adds missing features to Coinbase website.", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/coinbase.com\/transactions\/*" ], "js": [ "fix_transactions.js" ], "run_at": "document_end" } ] } |