TabStats

An extension that track amount of time you spent on a website each day.

Apa itu TabStats?

TabStats adalah ekstensi Chrome yang dikembangkan oleh pallab.gain, dan fitur utamanya adalah "An extension that track amount of time you spent on a website each day.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi TabStats

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

                        A chrome extension that track amount of time you spent on a website everyday.

 - Bugfix 
  - Window focus related issue                    

Informasi Dasar Ekstensi

Nama TabStats TabStats
ID milpdpjbadncalidnmimelocmkmnmacj
URL Resmi https://chromewebstore.google.com/detail/tabstats/milpdpjbadncalidnmimelocmkmnmacj
Deskripsi An extension that track amount of time you spent on a website each day.
Ukuran File 2.06 MB
Jumlah Instalasi 35
Versi Saat Ini 1.2.5
Terakhir Diperbarui 2020-02-22
Tanggal Publikasi 2020-02-22
Pengembang pallab.gain
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/pallab-gain/TabStats
URL Halaman Bantuan https://github.com/pallab-gain/TabStats/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabStats",
    "version": "1.2.5",
    "description": "An extension that track amount of time you spent on a website each day.",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "cdn"
    ],
    "permissions": [
        "tabs"
    ]
}