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 |
官方網址 | 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" ] } |