To Do Check!
Simple app to manage your tasks directly in the browser popup window.
Cos'è To Do Check!?
To Do Check! è un'estensione di Chrome sviluppata da voronianski, e la sua funzione principale è "Simple app to manage your tasks directly in the browser popup window.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione To Do Check!
Scarica i file di estensione To Do Check! 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
ToDoCheck is an online task manager in a popup window of your browser that's useful, fast and easy to use. Add your tasks, manage them and check when they're done!
Informazioni di Base sull'Estensione
Nome | |
ID | fnpccimkenoohpmpgcbckognapnaepnb |
URL Ufficiale | https://chromewebstore.google.com/detail/to-do-check/fnpccimkenoohpmpgcbckognapnaepnb |
Descrizione | Simple app to manage your tasks directly in the browser popup window. |
Dimensione del File | 73.67 KB |
Conteggio Installazioni | 178 |
Versione Corrente | 2.3 |
Ultimo Aggiornamento | 2012-08-19 |
Data di Pubblicazione | 2012-08-19 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | voronianski |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "To Do Check!", "version": "2.3", "manifest_version": 2, "description": "Simple app to manage your tasks directly in the browser popup window.", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "unlimitedStorage", "http:\/\/*\/*", "https:\/\/*\/*" ] } |