NewTabTodo

Manage your day to day tasks by simply adding cards inside your browser's new tab

Qu'est-ce que NewTabTodo ?

NewTabTodo est une extension Chrome développée par https://newtabtodo.com, et sa fonction principale est "Manage your day to day tasks by simply adding cards inside your browser's new tab".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension NewTabTodo

Téléchargez les fichiers d'extension NewTabTodo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        New Tab Todo
Task management in your browser's new tab

Replace your browser's "new tab" with a simple and beautiful to-do app!

New Tab Todo is a simple browser extension that lets you add and manage your day-to-day tasks whenever you open your browser's new tab!

* FREE
* Add Boards & Cards to make your todo!
* Keep track of your time & tasks in a clean interface
* Dark Mode

Key Features:
- No signup/registration required
- Drag and Drop cards and boards
- Copy Cards
- Dark and Light theme
- Add due date/time in cards
- Add labels
- Prioritize your cards
- Hide completed cards
- Search on Google, Bing, YouTube & DuckDuckGo
- Bookmark your favorite websites
- Import and Export your data
- Focus Clock
- Browser Sync*
and many more...


* Browser synchronization across all Chrome browsers that you're logged into

Try it & you'll love it...                    

Informations de Base sur l'Extension

Nom NewTabTodo NewTabTodo
ID omajchkpfbgdnponeednigfehanaholi
URL Officiel https://chromewebstore.google.com/detail/newtabtodo/omajchkpfbgdnponeednigfehanaholi
Description Manage your day to day tasks by simply adding cards inside your browser's new tab
Taille du Fichier 1.91 MB
Nombre d'Installations 959
Version Actuelle 0.1.3
Dernière Mise à Jour 2023-09-06
Date de Publication 2021-01-29
Évaluation 5.00/5 Total 19 Évaluations
Développeur https://newtabtodo.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://newtabtodo.com
URL de la Page de Politique de Confidentialité https://newtabtodo.com/privacy-policy.html
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.3",
    "name": "NewTabTodo",
    "short_name": "NewTabTodo",
    "description": "Manage your day to day tasks by simply adding cards inside your browser's new tab",
    "homepage_url": "https:\/\/newtabtodo.com\/",
    "author": "Muhammad Ovi",
    "offline_enabled": true,
    "icons": {
        "16": "img\/icons\/x16.png",
        "32": "img\/icons\/x32.png",
        "48": "img\/icons\/x48.png",
        "128": "img\/icons\/x128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "assets\/js\/browser-polyfill.js",
            "assets\/js\/backgroundScript.js"
        ],
        "persistent": false
    },
    "browser_action": []
}