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…
Cos'è Quick Todo Tab?
Quick Todo Tab è un'estensione di Chrome sviluppata da WooodHead, e la sua funzione principale è "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…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quick Todo Tab
Scarica i file di estensione Quick Todo Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Quick Todo Tab |
ID | acgpoaendigegjigblconnippbmmdiml |
URL Ufficiale | https://chromewebstore.google.com/detail/quick-todo-tab/acgpoaendigegjigblconnippbmmdiml |
Descrizione | 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… |
Dimensione del File | 422 KB |
Conteggio Installazioni | 20 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2022-01-02 |
Data di Pubblicazione | 2022-01-02 |
Sviluppatore | WooodHead |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://codexp.io |
URL della Pagina di Aiuto | http://codexp.io/support |
Lingue Supportate | 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" ] } |