SteemitBoard viewer
View account on SteemitBoard
Qu'est-ce que SteemitBoard viewer ?
SteemitBoard viewer est une extension Chrome développée par Arcange, et sa fonction principale est "View account on SteemitBoard".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SteemitBoard viewer
Téléchargez les fichiers d'extension SteemitBoard viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | SteemitBoard viewer |
ID | ipkbclpncgpndlhcoigageiimoippibj |
URL Officiel | https://chromewebstore.google.com/detail/steemitboard-viewer/ipkbclpncgpndlhcoigageiimoippibj |
Description | View account on SteemitBoard |
Taille du Fichier | 10.42 KB |
Nombre d'Installations | 60 |
Version Actuelle | 1.0.17 |
Dernière Mise à Jour | 2020-04-08 |
Date de Publication | 2020-04-08 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Arcange |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |