SteemitBoard viewer

View account on SteemitBoard

O que é SteemitBoard viewer?

SteemitBoard viewer é uma extensão do Chrome desenvolvida por Arcange, e sua principal característica é "View account on SteemitBoard".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SteemitBoard viewer

Baixe arquivos de extensão SteemitBoard viewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome SteemitBoard viewer SteemitBoard viewer
ID ipkbclpncgpndlhcoigageiimoippibj
URL Oficial https://chromewebstore.google.com/detail/steemitboard-viewer/ipkbclpncgpndlhcoigageiimoippibj
Descrição View account on SteemitBoard
Tamanho do Arquivo 10.42 KB
Contagem de Instalações 60
Versão Atual 1.0.17
Última Atualização 2020-04-08
Data de Publicação 2020-04-08
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Arcange
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}