CENNZnet extension
Manage your CENNZnet accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account.
Co je CENNZnet extension?
CENNZnet extension je rozšíření Chrome vyvinuté cennznet.webstore, a jeho hlavní funkcí je „Manage your CENNZnet accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření CENNZnet extension
Stáhněte si soubory rozšíření CENNZnet extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
The CENNZnet extension enables account management and best experience for dapp interactions on CENNZnet
Základní Informace o Rozšíření
Název | |
ID | feckpephlmdcjnpoclagmaogngeffafk |
Oficiální URL | https://chromewebstore.google.com/detail/cennznet-extension/feckpephlmdcjnpoclagmaogngeffafk |
Popis | Manage your CENNZnet accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account. |
Velikost souboru | 1.27 MB |
Počet instalací | 894 |
Aktuální Verze | 0.38.3 |
Poslední Aktualizace | 2021-11-24 |
Datum Vydání | 2021-04-21 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | cennznet.webstore |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://github.com/cennznet/extension/issues |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "polkadot.{js}", "description": "Manage your CENNZnet accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account.", "homepage_url": "https:\/\/github.com\/cennznet\/extension", "name": "CENNZnet extension", "short_name": "CENNZnet", "manifest_version": 2, "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "CENNZnet", "default_popup": "index.html" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png" }, "web_accessible_resources": [ "page.js" ], "content_security_policy": "script-src 'self' blob: 'unsafe-eval' 'wasm-eval'; object-src 'self'", "version": "0.38.3" } |