Tonscan+

Google Chrome extension dedicated to providing a better user experience on tonscan.org

Wat is Tonscan+?

Tonscan+ is een Chrome-extensie ontwikkeld door The Daily TON, en de belangrijkste functie is "Google Chrome extension dedicated to providing a better user experience on tonscan.org".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Tonscan+

Download Tonscan+-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Tonscan+ Tonscan+
ID egonpnmjojlaogggbjklkbkflgipljpd
Officiële URL https://chromewebstore.google.com/detail/tonscan+/egonpnmjojlaogggbjklkbkflgipljpd
Beschrijving Google Chrome extension dedicated to providing a better user experience on tonscan.org
Bestandsgrootte 95.92 KB
Aantal Installaties 50
Huidige Versie 1.1.5
Laatst Bijgewerkt 2022-10-19
Publicatiedatum 2022-09-26
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar The Daily TON
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}