Steem Enhancer
Steem enhancer yay!
Steem Enhancer란 무엇입니까?
Steem Enhancer은(는) Bartłomiej Górnicki에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Steem enhancer yay!"입니다.
확장 프로그램 스크린샷
Steem Enhancer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Simple but powerfull extension to boost your User Experience using Steem blockchain, especially Steemit.com Steem Enhancer lets you follow tags and receive Rich Notifications. You can adjust some settings to get even more. Everything you need to do is to visit extension's Settings Page and type tags you want to follow. Since then you will get Rich Notifications and Sound alerts (disabled by default). Steem Enhancer can notify you when you get new reply to post or comment. All you need to do is to type your username in extensions settings. You don't need to login anywhere.
확장 프로그램 기본 정보
이름 | Steem Enhancer |
ID | jbmaggkckojanmapjbggfdcnplaolgij |
공식 URL | https://chromewebstore.google.com/detail/steem-enhancer/jbmaggkckojanmapjbggfdcnplaolgij |
설명 | Steem enhancer yay! |
파일 크기 | 825 KB |
설치 횟수 | 12 |
현재 버전 | 0.1.17 |
최근 업데이트 | 2018-07-27 |
출시 날짜 | 2018-07-27 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | Bartłomiej Górnicki |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://steemit.com/@technocracy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "pages\/background.html" }, "browser_action": { "default_icon": "icons\/48.png", "default_popup": "pages\/popup.html" }, "description": "Steem enhancer yay!", "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "48": "icons\/48.png" }, "manifest_version": 2, "name": "Steem Enhancer", "permissions": [ "notifications", "storage" ], "short_name": "Steem Enhancer", "version": "0.1.17", "options_page": "pages\/options.html" } |