Task Tracker
This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome
Wat is Task Tracker?
Task Tracker is een Chrome-extensie ontwikkeld door https://maxlibin.com, en de belangrijkste functie is "This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome".
Extensie Screenshots
Download het CRX-bestand van de extensie Task Tracker
Download Task Tracker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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...
Basisinformatie over de Extensie
Naam | Task Tracker |
ID | kfijlmgjjcidbmhomgenfljoinpkmkhg |
Officiële URL | https://chromewebstore.google.com/detail/task-tracker/kfijlmgjjcidbmhomgenfljoinpkmkhg |
Beschrijving | This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome |
Bestandsgrootte | 43.49 KB |
Aantal Installaties | 329 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-09-30 |
Publicatiedatum | 2013-09-30 |
Beoordeling | 3.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://maxlibin.com |
Betalingswijze | free |
Extensiewebsite | http://www.maxlibin.com |
Ondersteunde Talen | 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": [] } |