Task Tracker
This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome
Co je Task Tracker?
Task Tracker je rozšíření Chrome vyvinuté https://maxlibin.com, a jeho hlavní funkcí je „This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Task Tracker
Stáhněte si soubory rozšíření Task Tracker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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...
Základní Informace o Rozšíření
Název | Task Tracker |
ID | kfijlmgjjcidbmhomgenfljoinpkmkhg |
Oficiální URL | https://chromewebstore.google.com/detail/task-tracker/kfijlmgjjcidbmhomgenfljoinpkmkhg |
Popis | This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome |
Velikost souboru | 43.49 KB |
Počet instalací | 329 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2013-09-30 |
Datum Vydání | 2013-09-30 |
Hodnocení | 3.25/5 Celkem 4 Hodnocení |
Vývojář | https://maxlibin.com |
Typ Platby | free |
Webové stránky Rozšíření | http://www.maxlibin.com |
Podporované Jazyky | 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": [] } |