RandoAwake
This extension shows if @randowhale is awake on steemit
RandoAwakeคืออะไร?
RandoAwake เป็นส่วนขยายของ Chrome ที่พัฒนาโดย randowhale และคุณลักษณะหลักของมันคือ "This extension shows if @randowhale is awake on steemit"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RandoAwake
ดาวน์โหลดไฟล์ส่วนขยาย RandoAwake ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |