My Checklist
Be more efficient. Remember whats on your list - and get the satisfying feeling, when marking a task as done!
My Checklist क्या है?
My Checklist devjonas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Be more efficient. Remember whats on your list - and get the satisfying feeling, when marking a task as done!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में My Checklist एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The vision with My Checklist, is to increase your efficiency the easiest way possible. No need for pen and paper. No need to switch tab to task management page. And most importantly - you will keep this satisfying feeling, marking a task as done! 🥳 The use of My Checklist is very simple. First you will make a list of the tasks and press save. The red dot of each line, indicate that the task is saved or not. Later on, when the task is done, you will press on the checkmark, and the task will now be highlighting it is done - just the way we like it with pen and paper ✅ The task is automatically saved, when marked as done. Whenever you want to remove the tasks, simply press the Clear list button. That's it!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | abijmmmajjhcadmfibojkljenlidhpbf |
आधिकारिक URL | https://chrome.google.com/webstore/detail/my-checklist/abijmmmajjhcadmfibojkljenlidhpbf |
विवरण | Be more efficient. Remember whats on your list - and get the satisfying feeling, when marking a task as done! |
फ़ाइल का आकार | 29.09 KB |
स्थापना संख्या | 118 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2021-04-05 |
प्रकाशन तिथि | 2021-04-05 |
डेवलपर | devjonas |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Checklist", "version": "1.0.0", "description": "Be more efficient. Remember whats on your list - and get the satisfying feeling, when marking a task as done!", "author": "Jonas K", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/16.png" }, "permissions": [ "activeTab", "storage" ] } |