KinConnect
KIN Blockchain Browser Extension
Was ist KinConnect?
KinConnect ist eine Chrome-Erweiterung, die von Ahmad Sghaier Omar entwickelt wurde, und ihr Hauptmerkmal ist "KIN Blockchain Browser Extension".
Erweiterungsscreenshots
KinConnect-Erweiterungs-CRX-Datei herunterladen
Laden Sie KinConnect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | jpbckcmmldmgmhdepehaoocccomimbgo |
Offizielle URL | https://chrome.google.com/webstore/detail/jpbckcmmldmgmhdepehaoocccomimbgo |
Beschreibung | KIN Blockchain Browser Extension |
Dateigröße | 706 KB |
Installationsanzahl | 13 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2019-10-05 |
Veröffentlichungsdatum | 2019-10-04 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Ahmad Sghaier Omar |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } ] } |