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 | 
| Eメール | [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"
    }
}  |  |