SteemitBoard viewer
View account on SteemitBoard
Cos'è SteemitBoard viewer?
SteemitBoard viewer è un'estensione di Chrome sviluppata da Arcange, e la sua funzione principale è "View account on SteemitBoard".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SteemitBoard viewer
Scarica i file di estensione SteemitBoard viewer 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
When browsing Steem blockchain with a front-end clients, this extension allows you to quick-jump to the board of the current displayed user. Example: if you are viewing the page https://steemit.com/@arcange, you will see the SteemitBoard icon enlighted. Clicking on it will take you to my board at https://steemitboard.com/@arcange Suported clients: steemit.com, steemitwallet.com, busy.org, steempeak.com, partiko.app, steemdb.com, steemd.com
Informazioni di Base sull'Estensione
Nome | SteemitBoard viewer |
ID | ipkbclpncgpndlhcoigageiimoippibj |
URL Ufficiale | https://chromewebstore.google.com/detail/steemitboard-viewer/ipkbclpncgpndlhcoigageiimoippibj |
Descrizione | View account on SteemitBoard |
Dimensione del File | 10.42 KB |
Conteggio Installazioni | 60 |
Versione Corrente | 1.0.17 |
Ultimo Aggiornamento | 2020-04-08 |
Data di Pubblicazione | 2020-04-08 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Arcange |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "manifest_version": 2, "name": "SteemitBoard viewer", "version": "1.0.17", "background": { "matches": [ "https:\/\/steemit.com\/*", "https:\/\/steemitwallet.com\/*", "https:\/\/busy.org\/*", "https:\/\/steempeak.com\/*", "https:\/\/hive.blog\/*", "https:\/\/peakd.com\/*" ], "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "default.png", "default_title": "SteemitBoard viewer" }, "description": "View account on SteemitBoard", "short_name": "Offered by Arcange", "permissions": [ "activeTab", "notifications" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Arcange", "homepage_url": "http:\/\/steemit.com\/@arcange", "icons": { "128": "icon-128.png" } } |