everiSigner

Decentralized signature, identity and authentication system, supports everiToken, Ethereum and EOS.

什麼是everiSigner?

everiSigner是由https://everitoken.io開發的Chrome擴展程式,該擴展的主要功能是“Decentralized signature, identity and authentication system, supports everiToken, Ethereum and EOS.”。

擴展截圖

screenshot

下載everiSigner擴展crx文件

下載everiSigner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        everiSigner is a bridge that allows you to visit the distributed web of tomorrow in your browser today. It allows you to run everiToken apps right in your browser.

everiSigner includes a secure identity vault, providing a user interface to manage your identities on different sites and sign blockchain transactions.

If you’re a developer, you can start developing with everiWallet signaturer today.

Our mission is to make everiToken as easy to use for as many people as possible.

The highlights are as follow:

- Compatible with everiToken (EVT), ETH, EOS and others by plugin manager
- Completely open source
- Private keys are keeped in the add-on, not anywhere else                    

擴展基本資訊

名稱 everiSigner everiSigner
ID oofngcfgfkpckpgckabppceffbpmmnmd
官方網址 https://chromewebstore.google.com/detail/everisigner/oofngcfgfkpckpgckabppceffbpmmnmd
簡介 Decentralized signature, identity and authentication system, supports everiToken, Ethereum and EOS.
檔案大小 5.67 MB
安裝次數 17
目前版本 5.0.0
更新時間 2018-06-04
上架時間 2018-06-04
評分 5.00/5 共 1 次評分
開發者 https://everitoken.io
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "everiSigner",
    "description": "Decentralized signature, identity and authentication system, supports everiToken, Ethereum and EOS.",
    "version": "5.0.0",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "inject.js"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}