RandoAwake
This extension shows if @randowhale is awake on steemit
RandoAwake là gì?
RandoAwake là một tiện ích mở rộng Chrome được phát triển bởi randowhale, và tính năng chính của nó là "This extension shows if @randowhale is awake on steemit".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng RandoAwake
Tải xuống các tệp mở rộng RandoAwake dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RandoAwake |
ID | kefpfggdcgoldlpcplhpaggmhjmeminn |
URL Chính Thức | https://chromewebstore.google.com/detail/randoawake/kefpfggdcgoldlpcplhpaggmhjmeminn |
Mô tả | This extension shows if @randowhale is awake on steemit |
Kích Thước Tệp | 222 KB |
Số Lần Cài Đặt | 99 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2017-09-15 |
Ngày Phát Hành | 2017-09-14 |
Đánh Giá | 4.67/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | randowhale |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |