Tonscan+
Google Chrome extension dedicated to providing a better user experience on tonscan.org
Tonscan+คืออะไร?
Tonscan+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย The Daily TON และคุณลักษณะหลักของมันคือ "Google Chrome extension dedicated to providing a better user experience on tonscan.org"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tonscan+
ดาวน์โหลดไฟล์ส่วนขยาย 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"
}
} | |