To-do Reminder
This extension allows to set reminders and open specified URL's at scheduled time
To-do Reminder क्या है?
To-do Reminder gdhuper द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows to set reminders and open specified URL's at scheduled time "।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में To-do Reminder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A simple to-do reminder extension for chrome to keep up with your busy schedule. This extension is in beta phase at the moment, so feel free to leave any comments about any error or things you feel are missing.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cofhppimpcmdpdealgaljnifllmiiplk |
आधिकारिक URL | https://chrome.google.com/webstore/detail/to-do-reminder/cofhppimpcmdpdealgaljnifllmiiplk |
विवरण | This extension allows to set reminders and open specified URL's at scheduled time |
फ़ाइल का आकार | 1.53 MB |
स्थापना संख्या | 10 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2017-03-17 |
प्रकाशन तिथि | 2017-03-17 |
डेवलपर | gdhuper |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "To-do Reminder", "description": "This extension allows to set reminders and open specified URL's at scheduled time ", "version": "1.2", "browser_action": { "default_icon": "alarm.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "storage", "https:\/\/ajax.googleapis.com\/" ] } |