BTC.com Extension for Chrome
An extension that provides data of bitcoin.
BTC.com Extension for Chrome क्या है?
BTC.com Extension for Chrome btc.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that provides data of bitcoin."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BTC.com Extension for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The quickest way to view bitcoin data, including blockchain information and global price. By using BTC.com extension, it's so easy to be with bitcoin and blockchain. Github: https://github.com/btccom/chrome_extension
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bbliigjegnkdnolaabpfdoimdmncjdca |
आधिकारिक URL | https://chrome.google.com/webstore/detail/btccom-extension-for-chro/bbliigjegnkdnolaabpfdoimdmncjdca |
विवरण | An extension that provides data of bitcoin. |
फ़ाइल का आकार | 1.33 MB |
स्थापना संख्या | 4,000 |
वर्तमान संस्करण | 1.2.4 |
अंतिम अपडेट | 2019-07-11 |
प्रकाशन तिथि | 2019-07-11 |
रेटिंग | 3.98/5 कुल 52 रेटिंग्स |
डेवलपर | btc.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://btc.com |
सहायता पृष्ठ URL | https://btc.com |
समर्थित भाषाएँ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_ext_name__", "description": "__MSG_ext_desc__", "default_locale": "en", "author": "BTC.com", "version": "1.2.4", "browser_action": { "default_popup": "components\/popup\/popup.html", "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" } }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "storage", "alarms", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "build\/background.bundle.js" ], "persistent": true }, "web_accessible_resources": [ "components\/lookup\/images\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "components\/lookup\/style.css" ], "js": [ "components\/lookup\/jquery.min.js", "components\/lookup\/bitcore.min.js", "build\/lookup.bundle.js", "components\/lookup\/tool.js" ] } ], "options_page": "components\/option\/option.html" } |