Tonscan+
Google Chrome extension dedicated to providing a better user experience on tonscan.org
Cos'è Tonscan+?
Tonscan+ è un'estensione di Chrome sviluppata da The Daily TON, e la sua funzione principale è "Google Chrome extension dedicated to providing a better user experience on tonscan.org".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tonscan+
Scarica i file di estensione Tonscan+ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | egonpnmjojlaogggbjklkbkflgipljpd |
| URL Ufficiale | https://chromewebstore.google.com/detail/tonscan+/egonpnmjojlaogggbjklkbkflgipljpd |
| Descrizione | Google Chrome extension dedicated to providing a better user experience on tonscan.org |
| Dimensione del File | 95.92 KB |
| Conteggio Installazioni | 50 |
| Versione Corrente | 1.1.5 |
| Ultimo Aggiornamento | 2022-10-19 |
| Data di Pubblicazione | 2022-09-26 |
| Valutazione | 4.00/5 Totale 1 Valutazioni |
| Sviluppatore | The Daily TON |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |