SteemitBoard viewer

View account on SteemitBoard

SteemitBoard viewer là gì?

SteemitBoard viewer là một tiện ích mở rộng Chrome được phát triển bởi Arcange, và tính năng chính của nó là "View account on SteemitBoard".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SteemitBoard viewer

Tải xuống các tệp mở rộng SteemitBoard viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SteemitBoard viewer SteemitBoard viewer
ID ipkbclpncgpndlhcoigageiimoippibj
URL Chính Thức https://chromewebstore.google.com/detail/steemitboard-viewer/ipkbclpncgpndlhcoigageiimoippibj
Mô tả View account on SteemitBoard
Kích Thước Tệp 10.42 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 1.0.17
Cập Nhật Lần Cuối 2020-04-08
Ngày Phát Hành 2020-04-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Arcange
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}