Task Timer

An offline task timer extension that will help you keep track of your schedule.

Apa itu Task Timer?

Task Timer adalah ekstensi Chrome yang dikembangkan oleh Tudor Stoica, dan fitur utamanya adalah "An offline task timer extension that will help you keep track of your schedule.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Task Timer

Unduh file ekstensi Task Timer 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

                        This extension provides you with :

 - a system that keeps track of your tasks 
 - a sticky notes tab
 - reports tab that give the information you want and which you can export                    

Informasi Dasar Ekstensi

Nama Task Timer Task Timer
ID cdooaodgjnfoieflegemcnbgdibopbmi
URL Resmi https://chromewebstore.google.com/detail/task-timer/cdooaodgjnfoieflegemcnbgdibopbmi
Deskripsi An offline task timer extension that will help you keep track of your schedule.
Ukuran File 488 KB
Jumlah Instalasi 1,855
Versi Saat Ini 2.6.5
Terakhir Diperbarui 2019-09-02
Tanggal Publikasi 2019-09-01
Penilaian 4.50/5 Total 6 Penilaian
Pengembang Tudor Stoica
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Task Timer",
    "version": "2.6.5",
    "description": "An offline task timer extension that will help you keep track of your schedule.",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2
}