TP's Bitcoin Balance
Want to keep track of your Bitcoin balance without running BitcoinQT or logging into websites? This extension is for you! This…
ما هو TP's Bitcoin Balance؟
TP's Bitcoin Balance هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Want to keep track of your Bitcoin balance without running BitcoinQT or logging into websites? This extension is for you! This…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TP's Bitcoin Balance
قم بتنزيل ملفات الامتداد TP's Bitcoin Balance بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Want to keep track of your Bitcoin balance without running BitcoinQT or logging into websites? This extension is for you! This simple extension tracks the balance of your multiple addresses and even lets you see your most recent transactions. All that data is just a click away at all times. All data displayed comes from blockchain.info, one of the most reliable Bitcoin websites.
معلومات أساسية عن التمديد
الاسم | TP's Bitcoin Balance |
ID | caopgikafahfcgbfaagibfelkoaehjjp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tps-bitcoin-balance/caopgikafahfcgbfaagibfelkoaehjjp |
الوصف | Want to keep track of your Bitcoin balance without running BitcoinQT or logging into websites? This extension is for you! This… |
حجم الملف | 37.74 KB |
عدد التثبيتات | 119 |
النسخة الحالية | 1.1 |
آخر تحديث | 2013-06-01 |
تاريخ النشر | 2013-06-01 |
تقييم | 4.29/5 مجموع تقييمات 7 |
المطور | Unknown |
نوع الدفع | free |
عنوان صفحة المساعدة | https://github.com/ThePiachu/TPs-Bitcoin-Balance |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TP's Bitcoin Balance", "version": "1.1", "permissions": [ "alarms", "https:\/\/blockchain.info\/" ], "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "TP's Bitcoin Balance" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |