Task Tracker
This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome
O que é Task Tracker?
Task Tracker é uma extensão do Chrome desenvolvida por https://maxlibin.com, e sua principal característica é "This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Task Tracker
Baixe arquivos de extensão Task Tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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...
Informações Básicas da Extensão
Nome | Task Tracker |
ID | kfijlmgjjcidbmhomgenfljoinpkmkhg |
URL Oficial | https://chromewebstore.google.com/detail/task-tracker/kfijlmgjjcidbmhomgenfljoinpkmkhg |
Descrição | This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome |
Tamanho do Arquivo | 43.49 KB |
Contagem de Instalações | 329 |
Versão Atual | 1.0 |
Última Atualização | 2013-09-30 |
Data de Publicação | 2013-09-30 |
Classificação | 3.25/5 Total de 4 Avaliações |
Desenvolvedor | https://maxlibin.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.maxlibin.com |
Idiomas Suportados | 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": [] } |