SteemitBoard viewer
View account on SteemitBoard
什么是SteemitBoard viewer?
SteemitBoard viewer是由Arcange开发的Chrome扩展程序,该扩展的主要功能是“View account on SteemitBoard”。
扩展截图
下载SteemitBoard viewer扩展crx文件
下载SteemitBoard viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | SteemitBoard viewer |
ID | ipkbclpncgpndlhcoigageiimoippibj |
官方URL | https://chromewebstore.google.com/detail/steemitboard-viewer/ipkbclpncgpndlhcoigageiimoippibj |
简介 | View account on SteemitBoard |
文件大小 | 10.42 KB |
安装次数 | 60 |
当前版本 | 1.0.17 |
更新时间 | 2020-04-08 |
上架时间 | 2020-04-08 |
评分 | 5.00/5 共1次评分 |
开发者 | Arcange |
付费类型 | free |
支持的语言 | 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" } } |