Website Time Tracker

Find out how much time you spend on various websites.

Apa itu Website Time Tracker?

Website Time Tracker adalah ekstensi Chrome yang dikembangkan oleh Jakson K., dan fitur utamanya adalah "Find out how much time you spend on various websites.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Website Time Tracker

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

                        Ever wondered how much time you've had certain websites open? The Website Time Tracker extension will allow you to track the amount of total time you've spent/wasted on places around the web! These stats are just for you... they aren't reported anywhere.

"Hourglass" icon source: http://bit.ly/1MFcCBW                    

Informasi Dasar Ekstensi

Nama Website Time Tracker Website Time Tracker
ID ekdocmaecfjfikmhfbmlfaopdndepefl
URL Resmi https://chromewebstore.google.com/detail/website-time-tracker/ekdocmaecfjfikmhfbmlfaopdndepefl
Deskripsi Find out how much time you spend on various websites.
Ukuran File 50.55 KB
Jumlah Instalasi 431
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-10-22
Tanggal Publikasi 2015-10-22
Penilaian 4.33/5 Total 3 Penilaian
Pengembang Jakson K.
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Website Time Tracker",
    "description": "Find out how much time you spend on various websites.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "assets\/hourglass.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/hourglass_16.png",
        "48": "assets\/hourglass_48.png",
        "128": "assets\/hourglass_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/website-statistics.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ],
    "web_accessible_resources": [
        "assets\/regular.css"
    ]
}