Tonscan+
Google Chrome extension dedicated to providing a better user experience on tonscan.org
Was ist Tonscan+?
Tonscan+ ist eine Chrome-Erweiterung, die von The Daily TON entwickelt wurde, und ihr Hauptmerkmal ist "Google Chrome extension dedicated to providing a better user experience on tonscan.org".
Erweiterungsscreenshots
Tonscan+-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tonscan+-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | egonpnmjojlaogggbjklkbkflgipljpd |
| Offizielle URL | https://chromewebstore.google.com/detail/tonscan+/egonpnmjojlaogggbjklkbkflgipljpd |
| Beschreibung | Google Chrome extension dedicated to providing a better user experience on tonscan.org |
| Dateigröße | 95.92 KB |
| Installationsanzahl | 50 |
| Aktuelle Version | 1.1.5 |
| Letztes Update | 2022-10-19 |
| Veröffentlichungsdatum | 2022-09-26 |
| Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
| Entwickler | The Daily TON |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |