Tonscan+
Google Chrome extension dedicated to providing a better user experience on tonscan.org
Co to jest Tonscan+?
Tonscan+ to rozszerzenie Chrome opracowane przez The Daily TON, a jego główną funkcją jest „Google Chrome extension dedicated to providing a better user experience on tonscan.org”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tonscan+
Pobierz pliki rozszerzeń Tonscan+ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Tonscan+ |
ID | egonpnmjojlaogggbjklkbkflgipljpd |
Oficjalny URL | https://chromewebstore.google.com/detail/tonscan+/egonpnmjojlaogggbjklkbkflgipljpd |
Opis | Google Chrome extension dedicated to providing a better user experience on tonscan.org |
Rozmiar pliku | 95.92 KB |
Liczba instalacji | 50 |
Aktualna Wersja | 1.1.5 |
Ostatnia Aktualizacja | 2022-10-19 |
Data Publikacji | 2022-09-26 |
Ocena | 4.00/5 Łącznie 1 Oceny |
Deweloper | The Daily TON |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |