Task Tracker
This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome
Cos'è Task Tracker?
Task Tracker è un'estensione di Chrome sviluppata da https://maxlibin.com, e la sua funzione principale è "This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Task Tracker
Scarica i file di estensione Task Tracker 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
Lightweight chrome extensions that keep track of your todo list directly from google chrome, just type anything you like and click add icon to add to do list, and click delete if you wish to remove. Version 1.0 ---------- --------------------------------- Additional features to add in soon: --Time tracking of each todo list. --Please request for features if you like to add in...
Informazioni di Base sull'Estensione
Nome | Task Tracker |
ID | kfijlmgjjcidbmhomgenfljoinpkmkhg |
URL Ufficiale | https://chromewebstore.google.com/detail/task-tracker/kfijlmgjjcidbmhomgenfljoinpkmkhg |
Descrizione | This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome |
Dimensione del File | 43.49 KB |
Conteggio Installazioni | 329 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2013-09-30 |
Data di Pubblicazione | 2013-09-30 |
Valutazione | 3.25/5 Totale 4 Valutazioni |
Sviluppatore | https://maxlibin.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.maxlibin.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Task Tracker", "description": "This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [] } |