BTC.com Extension for Chrome
An extension that provides data of bitcoin.
ما هو BTC.com Extension for Chrome؟
BTC.com Extension for Chrome هو إضافة Chrome تم تطويرها بواسطة btc.com، والميزة الرئيسية لها هي "An extension that provides data of bitcoin.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BTC.com Extension for Chrome
قم بتنزيل ملفات الامتداد BTC.com Extension for Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح 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 |
عنوان صفحة المساعدة | 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" } |