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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Tonscan+ |
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" } } |