BuildTeam - Notifier
This extension allows the user to be notified about certain Steemit events.
BuildTeam - Notifier란 무엇입니까?
BuildTeam - Notifier은(는) kostronor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows the user to be notified about certain Steemit events."입니다.
확장 프로그램 스크린샷
BuildTeam - Notifier 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows the user to be notified about certain Steemit events. It goes hand in had with the https://www.minnowbooster.net website and is a convenient way to get notified about recent happenings on the page. We are always looking to improve, so if you have feature requests, please talk to us.
확장 프로그램 기본 정보
이름 | BuildTeam - Notifier |
ID | bpebnkkgaihjdelcgpmopcnkddinoggg |
공식 URL | https://chromewebstore.google.com/detail/buildteam-notifier/bpebnkkgaihjdelcgpmopcnkddinoggg |
설명 | This extension allows the user to be notified about certain Steemit events. |
파일 크기 | 205 KB |
설치 횟수 | 24 |
현재 버전 | 1.9.8 |
최근 업데이트 | 2017-10-16 |
출시 날짜 | 2017-10-16 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | kostronor |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.minnowbooster.net |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BuildTeam - Notifier", "description": "This extension allows the user to be notified about certain Steemit events.", "version": "1.9.8", "content_security_policy": "script-src 'self'; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "BuildTeam!" }, "background": { "scripts": [ "\/dist\/action_cable.js", "jquery.js", "eventPage.js" ], "persistent": true }, "icons": { "16": "icon.png", "167": "icon_167.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "activeTab", "storage", "tabs", "http:\/\/www,minnowbooster.net\/" ] } |