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 拡張機能の基本情報
| 名前 | |
| 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"
}
} | |