RandoAwake
This extension shows if @randowhale is awake on steemit
RandoAwake란 무엇입니까?
RandoAwake은(는) randowhale에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension shows if @randowhale is awake on steemit"입니다.
확장 프로그램 스크린샷
RandoAwake 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
RandoAwake will make sure you are notified exactly when @RandoWhale is awake and ready to splash up your posts or sleeping so it can recharge its power. Once installed, there is nothing left for you to do. RandaAwake includes two types of notifications: • A sunny RandoWhale right when it wakes up that will display its current voting power and current rate • A night-time RandoWhale when it is sleeping which also includes its current voting power The frequency at which the extensions checks the status of @RandoWhale can be adjusted in your settings, at default it will check ever 15 minutes. The sound that accompanies your notification can also be adjusted. Questions or Feedback? Steemit.chat: @randowhale Email: [email protected]
확장 프로그램 기본 정보
이름 | RandoAwake |
ID | kefpfggdcgoldlpcplhpaggmhjmeminn |
공식 URL | https://chromewebstore.google.com/detail/randoawake/kefpfggdcgoldlpcplhpaggmhjmeminn |
설명 | This extension shows if @randowhale is awake on steemit |
파일 크기 | 222 KB |
설치 횟수 | 99 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2017-09-15 |
출시 날짜 | 2017-09-14 |
평점 | 4.67/5 총 15 개의 평점 |
개발자 | randowhale |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RandoAwake", "description": "This extension shows if @randowhale is awake on steemit", "version": "1.0.3", "icons": { "128": "img\/awake128.png" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "notifications", "alarms", "storage" ], "browser_action": { "default_title": "Is randowhale Awake?", "default_icon": "img\/steemit.png" } } |