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 |
官方URL | 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": [ " |