KinConnect
KIN Blockchain Browser Extension
KinConnectとは何ですか?
KinConnectはAhmad Sghaier Omarによって開発されたChromeの拡張機能で、その主な機能は「KIN Blockchain Browser Extension」です。
拡張機能のスクリーンショット
KinConnect拡張機能のCRXファイルをダウンロード
KinConnect拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
KinConnect is a KIN Blockchain Browser extension providing the features of a wallet and also enables web apps to interact with the KIN Blockchain using an injected window.kin object. The extension provides main features of a wallet, including creating and importing wallet Viewing the balance and transactions Export account address by either copying the address or display the QR code Export Secret Key Link to view accounts details and transactions on kinexplorer.org The wallet is stored in encrypted format in local storage
拡張機能の基本情報
名前 | |
ID | jpbckcmmldmgmhdepehaoocccomimbgo |
公式URL | https://chrome.google.com/webstore/detail/jpbckcmmldmgmhdepehaoocccomimbgo |
説明 | KIN Blockchain Browser Extension |
ファイルサイズ | 706 KB |
インストール数 | 13 |
現在のバージョン | 1.0.0 |
最終更新日 | 2019-10-05 |
公開日 | 2019-10-04 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Ahmad Sghaier Omar |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KinConnect", "description": "KIN Blockchain Browser Extension", "version": "1.0.0", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "KinConnect", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "inpage.js" ], "permissions": [ "*:\/\/*.kinfederation.com\/*", "*:\/\/*.kinexplorer.com\/*", "*:\/\/kinouponapi.herokuapp.com\/*", "activeTab", "tabs", "alarms", "storage", "notifications" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ], "run_at": "document_start", "all_frames": true } ] } |