Time Tracker

Keeps track of how much time you spend on various web sites.

Apa itu Time Tracker?

Time Tracker adalah ekstensi Chrome yang dikembangkan oleh [email protected], dan fitur utamanya adalah "Keeps track of how much time you spend on various web sites.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Time Tracker

Unduh file ekstensi Time 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

                        Helps users track how much time they spend on various web sites.

Please email feature requests to: [email protected] or file issues on the project page: https://github.com/navjagpal/browser-timetracker/issues

This project is open source.                    

Informasi Dasar Ekstensi

Nama Time Tracker Time Tracker
ID mokmnbikneoaenmckfmgjgjimphfojkd
URL Resmi https://chromewebstore.google.com/detail/time-tracker/mokmnbikneoaenmckfmgjgjimphfojkd
Deskripsi Keeps track of how much time you spend on various web sites.
Ukuran File 76.76 KB
Jumlah Instalasi 15,086
Versi Saat Ini 1.2.4
Terakhir Diperbarui 2016-10-29
Tanggal Publikasi 2016-10-29
Penilaian 4.24/5 Total 132 Penilaian
Pengembang [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/navjagpal/browser-timetracker/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time Tracker",
    "version": "1.2.4",
    "description": "Keeps track of how much time you spend on various web sites.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "config.js",
            "sites.js",
            "tracker.js",
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "alarms",
        "idle",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Time Tracker",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "icons": {
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "128": "images\/icon.png"
    }
}