Anti-Sedentary Desktop Reminder
This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.
Anti-Sedentary Desktop Reminder क्या है?
Anti-Sedentary Desktop Reminder jin.alex द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Anti-Sedentary Desktop Reminder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A learning project.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | occnmkldimeeohichfkokhangifpbdgf |
आधिकारिक URL | https://chrome.google.com/webstore/detail/anti-sedentary-desktop-re/occnmkldimeeohichfkokhangifpbdgf |
विवरण | This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen. |
फ़ाइल का आकार | 295 KB |
स्थापना संख्या | 216 |
वर्तमान संस्करण | 0.9 |
अंतिम अपडेट | 2017-03-05 |
प्रकाशन तिथि | 2017-03-05 |
रेटिंग | 3.50/5 कुल 2 रेटिंग्स |
डेवलपर | jin.alex |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Anti-Sedentary Desktop Reminder", "version": "0.9", "manifest_version": 2, "description": "This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.", "browser_action": { "default_icon": "images\/sitting.png", "default_title": "Get Up", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "images\/man41.png" }, "permissions": [ "alarms", "notifications", "storage", "background" ] } |