RandoAwake
This extension shows if @randowhale is awake on steemit
RandoAwake क्या है?
RandoAwake randowhale द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows if @randowhale is awake on steemit"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RandoAwake एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |