Task Tracker
This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome
Qu'est-ce que Task Tracker ?
Task Tracker est une extension Chrome développée par https://maxlibin.com, et sa fonction principale est "This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Task Tracker
Téléchargez les fichiers d'extension Task Tracker 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
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...
Informations de Base sur l'Extension
Nom | Task Tracker |
ID | kfijlmgjjcidbmhomgenfljoinpkmkhg |
URL Officiel | https://chromewebstore.google.com/detail/task-tracker/kfijlmgjjcidbmhomgenfljoinpkmkhg |
Description | This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome |
Taille du Fichier | 43.49 KB |
Nombre d'Installations | 329 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-09-30 |
Date de Publication | 2013-09-30 |
Évaluation | 3.25/5 Total 4 Évaluations |
Développeur | https://maxlibin.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.maxlibin.com |
Langues Prises en Charge | 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": [] } |