Tonscan+
Google Chrome extension dedicated to providing a better user experience on tonscan.org
Apa itu Tonscan+?
Tonscan+ adalah ekstensi Chrome yang dikembangkan oleh The Daily TON, dan fitur utamanya adalah "Google Chrome extension dedicated to providing a better user experience on tonscan.org".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tonscan+
Unduh file ekstensi Tonscan+ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Tonscan+ |
ID | egonpnmjojlaogggbjklkbkflgipljpd |
URL Resmi | https://chromewebstore.google.com/detail/tonscan+/egonpnmjojlaogggbjklkbkflgipljpd |
Deskripsi | Google Chrome extension dedicated to providing a better user experience on tonscan.org |
Ukuran File | 95.92 KB |
Jumlah Instalasi | 50 |
Versi Saat Ini | 1.1.5 |
Terakhir Diperbarui | 2022-10-19 |
Tanggal Publikasi | 2022-09-26 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | The Daily TON |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |