SteemitBoard viewer

View account on SteemitBoard

What is SteemitBoard viewer?

SteemitBoard viewer is a Chrome extension developed by Arcange, and its main feature is "View account on SteemitBoard".

Extension Screenshots

screenshot

Download SteemitBoard viewer Extension CRX File

Download SteemitBoard viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name SteemitBoard viewer SteemitBoard viewer
ID ipkbclpncgpndlhcoigageiimoippibj
Official URL https://chromewebstore.google.com/detail/steemitboard-viewer/ipkbclpncgpndlhcoigageiimoippibj
Description View account on SteemitBoard
File Size 10.42 KB
Installation Count 60
Current Version 1.0.17
Last Updated 2020-04-08
Publish Date 2020-04-08
Rating 5.00/5 Total 1 Ratings
Developer Arcange
Payment Type free
Supported Languages 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"
    }
}