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" ] } |