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.」です。
拡張機能のスクリーンショット
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 |
ID | oofngcfgfkpckpgckabppceffbpmmnmd |
公式URL | 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" ] } } |