KinConnect
KIN Blockchain Browser Extension
KinConnect क्या है?
KinConnect Ahmad Sghaier Omar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "KIN Blockchain Browser Extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में KinConnect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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 } ] } |