Tonscan+
Google Chrome extension dedicated to providing a better user experience on tonscan.org
ما هو Tonscan+؟
Tonscan+ هو إضافة Chrome تم تطويرها بواسطة The Daily TON، والميزة الرئيسية لها هي "Google Chrome extension dedicated to providing a better user experience on tonscan.org".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tonscan+
قم بتنزيل ملفات الامتداد Tonscan+ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple tool that adds address book to the most convenient TON explorer. — Add your custom names to any TON addresses — Expand the database of TON addresses by submitting them on GitHub — Find out who premined all Toncoin Created by The Daily TON
معلومات أساسية عن التمديد
الاسم | Tonscan+ |
ID | egonpnmjojlaogggbjklkbkflgipljpd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tonscan+/egonpnmjojlaogggbjklkbkflgipljpd |
الوصف | Google Chrome extension dedicated to providing a better user experience on tonscan.org |
حجم الملف | 95.92 KB |
عدد التثبيتات | 50 |
النسخة الحالية | 1.1.5 |
آخر تحديث | 2022-10-19 |
تاريخ النشر | 2022-09-26 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | The Daily TON |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tonscan+", "version": "1.1.5", "description": "Google Chrome extension dedicated to providing a better user experience on tonscan.org", "author": { "name": "The Daily TON", "email": "[email protected]" }, "permissions": [ "storage", "tabs" ], "web_accessible_resources": [ { "resources": [ "data\/*.json", "config.js", "icons\/*.gif", "icons\/*.png" ], "matches": [ "*:\/\/*.tonscan.org\/*", "*:\/\/tonscan.org\/*" ] } ], "content_scripts": [ { "matches": [ "*:\/\/*.tonscan.org\/*", "*:\/\/tonscan.org\/*" ], "js": [ "js\/so.js", "js\/loader.js" ] } ], "action": { "default_title": "Tonscan+", "default_popup": "index.html" } } |