Tonscan+
Google Chrome extension dedicated to providing a better user experience on tonscan.org
Qu'est-ce que Tonscan+ ?
Tonscan+ est une extension Chrome développée par The Daily TON, et sa fonction principale est "Google Chrome extension dedicated to providing a better user experience on tonscan.org".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tonscan+
Téléchargez les fichiers d'extension Tonscan+ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 Informations de Base sur l'Extension
| Nom | |
| ID | egonpnmjojlaogggbjklkbkflgipljpd |
| URL Officiel | https://chromewebstore.google.com/detail/tonscan+/egonpnmjojlaogggbjklkbkflgipljpd |
| Description | Google Chrome extension dedicated to providing a better user experience on tonscan.org |
| Taille du Fichier | 95.92 KB |
| Nombre d'Installations | 50 |
| Version Actuelle | 1.1.5 |
| Dernière Mise à Jour | 2022-10-19 |
| Date de Publication | 2022-09-26 |
| Évaluation | 4.00/5 Total 1 Évaluations |
| Développeur | The Daily TON |
| [email protected] | |
| Type de Paiement | free |
| Langues Prises en Charge | 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"
}
} | |