SteemitBoard viewer
View account on SteemitBoard
SteemitBoard viewer란 무엇입니까?
SteemitBoard viewer은(는) Arcange에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View account on SteemitBoard"입니다.
확장 프로그램 스크린샷
SteemitBoard viewer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |