stretch reminder
Stretch Reminder
stretch reminder क्या है?
stretch reminder liam.q.ma द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stretch Reminder"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में stretch reminder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Sitting down for long periods of time during a day can lead to a great number of health problems that ultimately shorten your lifespan. This app helps you live longer. Features: • Fully customisable to your working hour. • Set your reminder interval.
एक्सटेंशन की मूल जानकारी
नाम | stretch reminder |
ID | hgfehgeccidmnomgijefcdmmkhobjbpp |
आधिकारिक URL | https://chromewebstore.google.com/detail/stretch-reminder/hgfehgeccidmnomgijefcdmmkhobjbpp |
विवरण | Stretch Reminder |
फ़ाइल का आकार | 359 KB |
स्थापना संख्या | 1,800 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2016-09-21 |
प्रकाशन तिथि | 2016-09-21 |
रेटिंग | 3.00/5 कुल 10 रेटिंग्स |
डेवलपर | liam.q.ma |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0", "name": "stretch reminder", "manifest_version": 2, "description": "Stretch Reminder", "browser_action": { "default_title": "Stretch Reminder", "default_popup": "popup.html" }, "icons": { "128": "img\/stretching.png" }, "background": { "page": "background.html" }, "permissions": [ "storage", "alarms", "notifications" ], "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;" } |