CyberLink

A Elastos Wallet in your Browser

What is CyberLink?

CyberLink is a Chrome extension developed by gaex.hongli, and its main feature is "A Elastos Wallet in your Browser".

Extension Screenshots

screenshot

Download CyberLink Extension CRX File

Download CyberLink extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        CyberLink插件是主流浏览器Google Chrome和Firefox的扩展,实现了浏览器与Elastos的无缝衔接,让用户可以像平常操作Web页面一样。
CyberLink是用于签名、接收和广播Elastos交易的钱包扩展。该扩展功能允许用户管理其帐户信息、检查余额、转账交易、创建/导入/导出助记词等。                    

Extension Basic Information

Name CyberLink CyberLink
ID oncolgeldababhmhlgcemgfilegppaen
Official URL https://chrome.google.com/webstore/detail/cyberlink/oncolgeldababhmhlgcemgfilegppaen
Description A Elastos Wallet in your Browser
File Size 4.38 MB
Installation Count 73
Current Version 1.0.0
Last Updated 2019-09-10
Publish Date 2019-09-10
Developer gaex.hongli
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CyberLink",
    "version": "1.0.0",
    "description": "A Elastos Wallet in your Browser",
    "author": "[email protected]",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "",
        "*:\/\/*\/*",
        "activeTab",
        "tabs",
        "background",
        "unlimitedStorage",
        "storage"
    ],
    "browser_action": {
        "default_title": "CyberLink",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "persistent": false,
        "page": "pages\/background.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/inject.js"
            ],
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "panel.html",
        "js\/content.js"
    ]
}