steemconnect
Signer app for Steem
Cos'è steemconnect?
steemconnect è un'estensione di Chrome sviluppata da bonustrack, e la sua funzione principale è "Signer app for Steem".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione steemconnect
Scarica i file di estensione steemconnect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
With SteemConnect, you're always in control of your private keys: we neither store nor have access to them.
Informazioni di Base sull'Estensione
Nome | steemconnect |
ID | enaifbbcamagcjaaeeaomhofifdgpjcn |
URL Ufficiale | https://chromewebstore.google.com/detail/steemconnect/enaifbbcamagcjaaeeaomhofifdgpjcn |
Descrizione | Signer app for Steem |
Dimensione del File | 3.51 MB |
Conteggio Installazioni | 1,391 |
Versione Corrente | 0.1.4 |
Ultimo Aggiornamento | 2019-09-24 |
Data di Pubblicazione | 2019-09-20 |
Valutazione | 3.86/5 Totale 7 Valutazioni |
Sviluppatore | bonustrack |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://steemconnect.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "steemconnect", "version": "0.1.4", "description": "Signer app for Steem", "icons": { "16": "icon16.png", "32": "favicon.png", "48": "icon48.png", "128": "icon128.png", "256": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "web_accessible_resources": [ "pagescript.js" ], "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ], "run_at": "document_start", "all_frames": true } ], "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |