Tonscan+
Google Chrome extension dedicated to providing a better user experience on tonscan.org
什么是Tonscan+?
Tonscan+是由The Daily TON开发的Chrome扩展程序,该扩展的主要功能是“Google Chrome extension dedicated to providing a better user experience on tonscan.org”。
扩展截图
下载Tonscan+扩展crx文件
下载Tonscan+扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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                     扩展基本信息
| 名称 |   |  
| ID | egonpnmjojlaogggbjklkbkflgipljpd | 
| 官方URL | https://chromewebstore.google.com/detail/tonscan+/egonpnmjojlaogggbjklkbkflgipljpd | 
| 简介 | Google Chrome extension dedicated to providing a better user experience on tonscan.org | 
| 文件大小 | 95.92 KB | 
| 安装次数 | 50 | 
| 当前版本 | 1.1.5 | 
| 更新时间 | 2022-10-19 | 
| 上架时间 | 2022-09-26 | 
| 评分 | 4.00/5 共1次评分 | 
| 开发者 | The Daily TON | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | 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"
    }
}  |  |