Bitcoin Address Lookup
Lookup Bitcoin addresses from context menu.
ما هو Bitcoin Address Lookup؟
Bitcoin Address Lookup هو إضافة Chrome تم تطويرها بواسطة https://jonls.dk، والميزة الرئيسية لها هي "Lookup Bitcoin addresses from context menu.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bitcoin Address Lookup
قم بتنزيل ملفات الامتداد Bitcoin Address Lookup بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Lookup Bitcoin addresses from the context menu. Currently blockchain.info is supported for lookups. Highlight the Bitcoin address on any page with the mouse, then right-click and select "Lookup Bitcoin address". You can also simply right-click any valid Bitcoin URL link and select the same option. The address info page will open in a new tab. The source code is available here: https://github.com/jonls/Bitcoin-Address-Lookup
معلومات أساسية عن التمديد
الاسم | Bitcoin Address Lookup |
ID | pmlblkdmadbidammhjiponepngbfcpge |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bitcoin-address-lookup/pmlblkdmadbidammhjiponepngbfcpge |
الوصف | Lookup Bitcoin addresses from context menu. |
حجم الملف | 12.01 KB |
عدد التثبيتات | 226 |
النسخة الحالية | 0.1 |
آخر تحديث | 2013-03-06 |
تاريخ النشر | 2013-03-06 |
تقييم | 4.83/5 مجموع تقييمات 6 |
المطور | https://jonls.dk |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitcoin Address Lookup", "version": "0.1", "manifest_version": 2, "description": "Lookup Bitcoin addresses from context menu.", "icons": { "16": "images\/bitcoin-16.png", "48": "images\/bitcoin-48.png", "128": "images\/bitcoin-128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ] } |