Today
An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!
Cos'è Today?
Today è un'estensione di Chrome sviluppata da Tim Turner, e la sua funzione principale è "An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Today
Scarica i file di estensione Today 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
Informazioni di Base sull'Estensione
Nome | |
ID | nlaopmodobgckcknfffmkpcgfoilbeig |
URL Ufficiale | https://chrome.google.com/webstore/detail/today/nlaopmodobgckcknfffmkpcgfoilbeig |
Descrizione | An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser! |
Dimensione del File | 1.94 MB |
Conteggio Installazioni | 69 |
Versione Corrente | 0.2.1 |
Ultimo Aggiornamento | 2018-04-06 |
Data di Pubblicazione | 2018-04-06 |
Valutazione | 4.00/5 Totale 2 Valutazioni |
Sviluppatore | Tim Turner |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Today", "version": "0.2.1", "description": "An extension to help you complete today's Todoist tasks by providing Pomodoro integration into the new tab of your browser!", "author": "Tim Turner", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage", "geolocation" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" } } |