Task Remainder
Add your Task to get Remainder
Task Remainder क्या है?
Task Remainder abhinayafeb19 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add your Task to get Remainder"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Task Remainder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Extension helps User to note down plans and get reminder on time so can never forget something important.
एक्सटेंशन की मूल जानकारी
नाम | Task Remainder |
ID | kgoaofjpjpekifclaoindlockcngoeed |
आधिकारिक URL | https://chromewebstore.google.com/detail/task-remainder/kgoaofjpjpekifclaoindlockcngoeed |
विवरण | Add your Task to get Remainder |
फ़ाइल का आकार | 145 KB |
स्थापना संख्या | 585 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2020-08-11 |
प्रकाशन तिथि | 2020-08-10 |
डेवलपर | abhinayafeb19 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://abhinaya-bala.github.io/ |
सहायता पृष्ठ URL | https://abhinaya-bala.github.io/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Task Remainder", "version": "0.0.1", "manifest_version": 2, "description": "Add your Task to get Remainder", "homepage_url": "https:\/\/github.com\/Abhinaya-bala\/TodoExtension", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "storage", "notifications", "alarms", "contextMenus" ], "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "browser action demo", "default_popup": "src\/popup\/popup.html" } } |