Task Tracker

This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome

Apa itu Task Tracker?

Task Tracker adalah ekstensi Chrome yang dikembangkan oleh https://maxlibin.com, dan fitur utamanya adalah "This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Task Tracker

Unduh file ekstensi Task Tracker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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...                    

Informasi Dasar Ekstensi

Nama Task Tracker Task Tracker
ID kfijlmgjjcidbmhomgenfljoinpkmkhg
URL Resmi https://chromewebstore.google.com/detail/task-tracker/kfijlmgjjcidbmhomgenfljoinpkmkhg
Deskripsi This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome
Ukuran File 43.49 KB
Jumlah Instalasi 329
Versi Saat Ini 1.0
Terakhir Diperbarui 2013-09-30
Tanggal Publikasi 2013-09-30
Penilaian 3.25/5 Total 4 Penilaian
Pengembang https://maxlibin.com
Tipe Pembayaran free
Situs Ekstensi http://www.maxlibin.com
Bahasa yang Didukung 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": []
}