Tonscan+

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

Tonscan+ là gì?

Tonscan+ là một tiện ích mở rộng Chrome được phát triển bởi The Daily TON, và tính năng chính của nó là "Google Chrome extension dedicated to providing a better user experience on tonscan.org".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tonscan+

Tải xuống các tệp mở rộng Tonscan+ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tonscan+ Tonscan+
ID egonpnmjojlaogggbjklkbkflgipljpd
URL Chính Thức https://chromewebstore.google.com/detail/tonscan+/egonpnmjojlaogggbjklkbkflgipljpd
Mô tả Google Chrome extension dedicated to providing a better user experience on tonscan.org
Kích Thước Tệp 95.92 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 1.1.5
Cập Nhật Lần Cuối 2022-10-19
Ngày Phát Hành 2022-09-26
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển The Daily TON
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}