Scatter
Decentralized signature, identity and authentication system.
Scatterとは何ですか?
Scatterはhttps://get-scatter.comによって開発されたChromeの拡張機能で、その主な機能は「Decentralized signature, identity and authentication system.」です。
拡張機能のスクリーンショット
Scatter拡張機能のCRXファイルをダウンロード
Scatter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Scatter is a decentralized signature, identity, private data and authentication solution. It runs locally on your machine and is powered by asymmetrical encryption allowing you to authenticate with websites without hitting a centralized server. You can fill out your identities once and applications can request information from them so that you never have to fill out forms. You may add blockchain accounts to identities and use them to provide signatures for transactions without ever giving up your keys. Scatter is a revolutionary tool which heightens user experience, security, and makes the blockchain easier to use.
拡張機能の基本情報
名前 | |
ID | ammjpmhgckkpcamddpolhchgomcojkle |
公式URL | https://chrome.google.com/webstore/detail/ammjpmhgckkpcamddpolhchgomcojkle |
説明 | Decentralized signature, identity and authentication system. |
ファイルサイズ | 3.22 MB |
インストール数 | 20,621 |
現在のバージョン | 6.3.0 |
最終更新日 | 2019-06-23 |
公開日 | 2019-06-23 |
評価 | 4.43/5 合計 103 レビュー |
開発者 | https://get-scatter.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scatter", "description": "Decentralized signature, identity and authentication system.", "version": "6.3.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" ] } } |