Kambani
A Factom addresses and identity management system in your browser.
什麼是Kambani?
Kambani是由https://factomatic.io開發的Chrome擴展程式,該擴展的主要功能是“A Factom addresses and identity management system in your browser.”。
擴展截圖
下載Kambani擴展crx文件
下載Kambani擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Kambani enables the storage of keys and digital identities, associated with the Factom blockchain, inside an encrypted "vault". It can be used to sign arbitrary requests from websites, effectively turning web applications into Factom enabled dApps. Kambani provides an intuitive UI for: * importing FCT/EC addresses * creating and managing digital identities * creating an encrypted backup of your vault * reviewing and signing incoming requests from Kambani-enabled websites
擴展基本資訊
名稱 | |
ID | oiceedellfbhhplkfkpkkocbdkifpili |
官方網址 | https://chromewebstore.google.com/detail/kambani/oiceedellfbhhplkfkpkkocbdkifpili |
簡介 | A Factom addresses and identity management system in your browser. |
檔案大小 | 2.15 MB |
安裝次數 | 508 |
目前版本 | 0.1.3 |
更新時間 | 2020-01-15 |
上架時間 | 2020-01-14 |
評分 | 5.00/5 共 10 次評分 |
開發者 | https://factomatic.io |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/factomatic/kambani |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kambani", "description": "A Factom addresses and identity management system in your browser.", "version": "0.1.3", "permissions": [ "activeTab", "notifications", "storage", "unlimitedStorage", "clipboardWrite", "https:\/\/testnet-api.factomatic.io\/write-did" ], "browser_action": { "default_title": "Kambani", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |