Quick Todo Tab
Quick Todo Tab is a task management app to help you stay organized and manage your day-to-day. You can use Quick Todo Tab to make…
Qu'est-ce que Quick Todo Tab ?
Quick Todo Tab est une extension Chrome développée par WooodHead, et sa fonction principale est "Quick Todo Tab is a task management app to help you stay organized and manage your day-to-day. You can use Quick Todo Tab to make…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Quick Todo Tab
Téléchargez les fichiers d'extension Quick Todo Tab 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
Quick Todo Tab is a task management app to help you stay organized and manage your day-to-day. You can use Quick Todo Tab to make shopping lists or task lists, take notes, record collections, plan an event, or set reminders to increase your productivity and focus on what matters to you. Quick Todo Tab makes it easy to stay organized and manage your life. Quick Todo Tab features: Task manager • Add reminders, tasks and lists with the To Do widget • Daily organizer personalized with bold and colorful backgrounds • Reminders with one-time or recurring due dates • Make task lists and switch between school, work, and personal lists To Do lists for any purpose • Bill planner • Shopping list • Reminders • Task management • Take notes • And more
Informations de Base sur l'Extension
Nom | Quick Todo Tab |
ID | acgpoaendigegjigblconnippbmmdiml |
URL Officiel | https://chromewebstore.google.com/detail/quick-todo-tab/acgpoaendigegjigblconnippbmmdiml |
Description | Quick Todo Tab is a task management app to help you stay organized and manage your day-to-day. You can use Quick Todo Tab to make… |
Taille du Fichier | 422 KB |
Nombre d'Installations | 20 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2022-01-02 |
Date de Publication | 2022-01-02 |
Développeur | WooodHead |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://codexp.io |
URL de la Page d'Aide | http://codexp.io/support |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.1", "manifest_version": 3, "name": "Quick Todo Tab", "background": { "service_worker": "background.bundle.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ], "matches": [] } ], "permissions": [ "storage" ] } |