Website Time Tracker

Track your time duration spent on social website.

Apa itu Website Time Tracker?

Website Time Tracker adalah ekstensi Chrome yang dikembangkan oleh https://raviroshan.info, dan fitur utamanya adalah "Track your time duration spent on social website.".

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

                        This extension keeps track of the time duration [hh:mm:ss format] you spend on social network.

It considers only the ACTIVE time of user on the website.
------------------------------------------------------------------------
ACTIVE time does not include :
> When user is on different tab, other than on Facebook (Either on same browser windows or other).
> When current tab is Facebook but the browser is minimized or not focused.


Version 2.1 Update: 
> Cleaner UI.
> Rest-Timer functionality has been added.                    

Informasi Dasar Ekstensi

Nama Website Time Tracker Website Time Tracker
ID fheenloboohneodcililegfgaiaandjg
URL Resmi https://chromewebstore.google.com/detail/website-time-tracker/fheenloboohneodcililegfgaiaandjg
Deskripsi Track your time duration spent on social website.
Ukuran File 131 KB
Jumlah Instalasi 13
Versi Saat Ini 2.3
Terakhir Diperbarui 2017-04-20
Tanggal Publikasi 2017-04-20
Penilaian 4.67/5 Total 3 Penilaian
Pengembang https://raviroshan.info
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.raviroshan.info
URL Halaman Bantuan https://www.facebook.com/raviroshan.talk
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Website Time Tracker",
    "short_name": "Website Time Tracker",
    "manifest_version": 2,
    "version": "2.3",
    "description": "Track your time duration spent on social website.",
    "offline_enabled": true,
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "images\/timer-icon.png",
        "default_popup": "popup.html"
    }
}