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 to jest Task Tracker?
Task Tracker to rozszerzenie Chrome opracowane przez https://maxlibin.com, a jego główną funkcją jest „This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Task Tracker
Pobierz pliki rozszerzeń Task Tracker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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...
Podstawowe informacje o rozszerzeniu
Nazwa | Task Tracker |
ID | kfijlmgjjcidbmhomgenfljoinpkmkhg |
Oficjalny URL | https://chromewebstore.google.com/detail/task-tracker/kfijlmgjjcidbmhomgenfljoinpkmkhg |
Opis | This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome |
Rozmiar pliku | 43.49 KB |
Liczba instalacji | 329 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2013-09-30 |
Data Publikacji | 2013-09-30 |
Ocena | 3.25/5 Łącznie 4 Oceny |
Deweloper | https://maxlibin.com |
Typ Płatności | free |
Strona Rozszerzenia | http://www.maxlibin.com |
Obsługiwane Języki | 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": [] } |