Idena plus

Increase Idena explorer capability

什么是Idena plus?

Idena plus是由BingBingLee开发的Chrome扩展程序,该扩展的主要功能是“Increase Idena explorer capability”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Idena plus扩展crx文件

下载Idena plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Unofficial community built chrome extension which enhances and adds extra information to the official Idena Scan / Idena Explorer
----

V 0.1.15
- Bug fixes 
----
This extension is open-source and is maintained at https://github.com/bingbinglee/idena-chrome-extension


Consider supporting this extension by donating to 
0x140d5add76f3e4cc4538b9809601383bd74689df                    

扩展基本信息

名称 Idena plus Idena plus
ID kjofkncddljaibaboapilmhoanacaoil
官方URL https://chromewebstore.google.com/detail/idena-plus/kjofkncddljaibaboapilmhoanacaoil
简介 Increase Idena explorer capability
文件大小 59.72 KB
安装次数 75
当前版本 0.1.15
更新时间 2020-08-12
上架时间 2020-05-16
评分 5.00/5 共2次评分
开发者 BingBingLee
电子邮箱 [email protected]
付费类型 free
扩展官网 https://scan.idena.io/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Idena plus",
    "version": "0.1.15",
    "description": "Increase Idena explorer capability",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Idena plus",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/ticker.js",
            "js\/bgrefresh.js"
        ]
    },
    "permissions": [
        "*:\/\/scan.idena.io\/*",
        "*:\/\/scan.idena.org\/*"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "idena-logo-dark.svg",
        "images\/moon.svg",
        "images\/sun.svg",
        "css\/styles.css",
        "css\/dark-mode.css",
        "js\/address-home.js"
    ],
    "content_scripts": [
        {
            "css": [
                "css\/styles.css",
                "css\/dark-mode.css"
            ],
            "js": [
                "js\/preload.js"
            ],
            "matches": [
                "https:\/\/scan.idena.io\/*",
                "https:\/\/scan.idena.org\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/global.js"
            ],
            "matches": [
                "https:\/\/scan.idena.io\/*",
                "https:\/\/scan.idena.org\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/content-home.js"
            ],
            "matches": [
                "https:\/\/scan.idena.io\/",
                "https:\/\/scan.idena.org\/"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/identity-home.js"
            ],
            "matches": [
                "https:\/\/scan.idena.io\/identity*",
                "https:\/\/scan.idena.org\/identity*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/address-home.js"
            ],
            "matches": [
                "https:\/\/scan.idena.io\/address*",
                "https:\/\/scan.idena.org\/address*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/transact.js"
            ],
            "matches": [
                "https:\/\/scan.idena.io\/transaction*",
                "https:\/\/scan.idena.org\/transaction*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/epoch-home.js"
            ],
            "matches": [
                "https:\/\/scan.idena.io\/epoch*",
                "https:\/\/scan.idena.org\/epoch*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/datefix.js"
            ],
            "matches": [
                "https:\/\/idena.io\/",
                "https:\/\/idena.org\/",
                "https:\/\/idena.io\/#",
                "https:\/\/idena.org\/#"
            ],
            "run_at": "document_end"
        }
    ]
}