1Block Authentication Plugin
This extension is a complete 1Block client for the browser
1Block Authentication Pluginとは何ですか?
1Block Authentication Pluginはhttps://1block.ioによって開発されたChromeの拡張機能で、その主な機能は「This extension is a complete 1Block client for the browser」です。
拡張機能のスクリーンショット
1Block Authentication Plugin拡張機能のCRXファイルをダウンロード
1Block Authentication Plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
As everyone knows passwords are hard to remember, hard to manage, and subject to compromise. 1Block is an authentication manager that is simple, secure, and requires no passwords. One ID is all you need. Logins happen via a QR code, and no sensitive or personal information ever passes over the network. 1Block uses Blockchain technology, the same security used by Bitcoin.
拡張機能の基本情報
名前 | 1Block Authentication Plugin |
ID | ppeekmonaoacdchnhlinjgopeikienpj |
公式URL | https://chromewebstore.google.com/detail/1block-authentication-plu/ppeekmonaoacdchnhlinjgopeikienpj |
説明 | This extension is a complete 1Block client for the browser |
ファイルサイズ | 3 MB |
インストール数 | 29 |
現在のバージョン | 1.4 |
最終更新日 | 2016-01-05 |
公開日 | 2016-01-05 |
開発者 | https://1block.io |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "1Block Authentication Plugin", "short_name": "1Block", "description": "This extension is a complete 1Block client for the browser", "version": "1.4", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "background" ] } |