Committed - NewTab Todo and Goal Manager

Manage your weekly goals and todos in your newtab

Committed - NewTab Todo and Goal Manager क्या है?

Committed - NewTab Todo and Goal Manager devfox.contact द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage your weekly goals and todos in your newtab"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Committed - NewTab Todo and Goal Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Manage your weekly goals and todos in your NewTab!

*IMPORTANT*
If your extension is showing a blank page, try
- removing the extension and reinstalling,
- if the issue persists, please email me at [email protected]

Features:
- Keep track of the time and your todos in a clean interface
- Data synchronization across all Chrome browsers that you're logged into
- Create a goal by setting a todo on repeat
- Drag-and-drop to organize your list
- Add a due date / link to your todos
- Change the look of the page by selecting a theme
- Free and ads-free

Update 3.0.3 *NEW*
- added a link to Committed's source code in the side menu so anyone interested can contribute!

Update 3.0.2
- you can now choose to store your todos in either local storage or Chrome storage
- bug fix
Update 3.0.1
- create lists of todos
- add links to todos
- customize clock and what todos to show in the side menu
Update 2.0.0:
- now you can choose from 6 beautiful themes
- data is synchronized across all Chrome browsers that you're logged into
Update 1.1.1:
- now you can finish editing a task by pressing enter
Update 1.1.0:
- new functionality: add a duedate to your todos by with the calendar
Update 1.0.3:
- bug fix for Windows
Update 1.0.2:
- bug fix
- aesthetic change to popup menu
- added hint text when there's no task
Update 1.0.1:
- you can now click on the Committed icon and view your tasks in a popup menu!

***Sometimes Chrome hides your bookmarks after installing the extension, to display them again, go to "Menu > Bookmarks > Show Bookmarks Bar"***                    

एक्सटेंशन की मूल जानकारी

नाम Committed - NewTab Todo and Goal Manager Committed - NewTab Todo and Goal Manager
ID mffcogdacgpjnckjepacaicfliaocneb
आधिकारिक URL https://chromewebstore.google.com/detail/committed-newtab-todo-and/mffcogdacgpjnckjepacaicfliaocneb
विवरण Manage your weekly goals and todos in your newtab
फ़ाइल का आकार 620 KB
स्थापना संख्या 3,172
वर्तमान संस्करण 3.0.3
अंतिम अपडेट 2019-10-28
प्रकाशन तिथि 2019-10-28
रेटिंग 4.58/5 कुल 79 रेटिंग्स
डेवलपर devfox.contact
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Committed - NewTab Todo and Goal Manager",
    "short_name": "Committed",
    "description": "Manage your weekly goals and todos in your newtab",
    "version": "3.0.3",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'"
}