Task Tracker
This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome
什麼是Task Tracker?
Task Tracker是由https://maxlibin.com開發的Chrome擴展程式,該擴展的主要功能是“This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome”。
擴展截圖
下載Task Tracker擴展crx文件
下載Task Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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...
擴展基本資訊
名稱 | Task Tracker |
ID | kfijlmgjjcidbmhomgenfljoinpkmkhg |
官方網址 | https://chromewebstore.google.com/detail/task-tracker/kfijlmgjjcidbmhomgenfljoinpkmkhg |
簡介 | This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome |
檔案大小 | 43.49 KB |
安裝次數 | 329 |
目前版本 | 1.0 |
更新時間 | 2013-09-30 |
上架時間 | 2013-09-30 |
評分 | 3.25/5 共 4 次評分 |
開發者 | https://maxlibin.com |
付費類型 | free |
擴展官網 | http://www.maxlibin.com |
支援的語言 | 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": [] } |