Yet Another Bitcoin Price Ticker
A simple bitcoin price ticker, powered by Blockchain.info.
Yet Another Bitcoin Price Ticker क्या है?
Yet Another Bitcoin Price Ticker RockyTV द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple bitcoin price ticker, powered by Blockchain.info."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Yet Another Bitcoin Price Ticker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Yet Another Bitcoin Price Ticker is a simple, free and open source extension that provides information about the current price of a single Bitcoin in over 15 currencies, all that displayed in a nice looking badge on your browser. Powered by Blockchain.info. Like it? Then give me a tip: 19jULv9rTHX3EvRbdasmrSrSEw19oqHSsT Source code: https://github.com/RockyTV/yabpt/ Help translate YABPT to your language: https://crowdin.com/project/yabpt/
एक्सटेंशन की मूल जानकारी
नाम | |
ID | digkhhkhakkpankejbcpgghphidokljl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/yet-another-bitcoin-price/digkhhkhakkpankejbcpgghphidokljl |
विवरण | A simple bitcoin price ticker, powered by Blockchain.info. |
फ़ाइल का आकार | 154 KB |
स्थापना संख्या | 187 |
वर्तमान संस्करण | 1.5.3 |
अंतिम अपडेट | 2018-09-10 |
प्रकाशन तिथि | 2018-09-10 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | RockyTV |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/RockyTV/yabpt/ |
सहायता पृष्ठ URL | https://github.com/RockyTV/yabpt/issues |
समर्थित भाषाएँ | en-US,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Yet Another Bitcoin Price Ticker", "short_name": "YABPT", "version": "1.5.3", "description": "__MSG_extensionDescription__", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_icon": "icons\/icon-48.png", "default_title": "Yet Another Bitcoin Price Ticker", "browser_style": true }, "background": { "scripts": [ "src\/background.js" ] }, "permissions": [ "storage", "tabs", "https:\/\/blockchain.info\/ticker" ], "options_ui": { "page": "options\/options.html", "chrome_style": false }, "default_locale": "en_US", "applications": { "gecko": { "id": "jid1-BYl3kts609WbCw@jetpack" } } } |