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 |
| 官方網址 | 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"
}
} | |