Etherscan Evolved
An extension that adds useful features to Etherscan for traders. By @0xAgony
什么是Etherscan Evolved?
Etherscan Evolved是由0xAgony开发的Chrome扩展程序,该扩展的主要功能是“An extension that adds useful features to Etherscan for traders. By @0xAgony”。
扩展截图
下载Etherscan Evolved扩展crx文件
下载Etherscan Evolved扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension expands the functionality of etherscan.io, adding new useful features to it that enhance the experience for traders and enthusiasts alike. 扩展基本信息
| 名称 | |
| ID | egiklachkoljikeplnbkfohioffnciik |
| 官方URL | https://chromewebstore.google.com/detail/etherscan-evolved/egiklachkoljikeplnbkfohioffnciik |
| 简介 | An extension that adds useful features to Etherscan for traders. By @0xAgony |
| 文件大小 | 124 KB |
| 安装次数 | 44 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2023-10-20 |
| 上架时间 | 2023-08-07 |
| 开发者 | 0xAgony |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://agony.dev |
| 帮助页面URL | https://x.com/0xAgony |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Etherscan Evolved",
"description": "An extension that adds useful features to Etherscan for traders. By @0xAgony",
"version": "1.0.1",
"author": "0xAgony",
"icons": {
"48": "images\/favicon.png"
},
"content_scripts": [
{
"js": [
"scripts\/utils.js",
"scripts\/tokenButtons.js"
],
"css": [
"css\/token.css"
],
"matches": [
"https:\/\/etherscan.io\/token\/*"
]
}
]
} | |