Count Down Timer

Simple count down timer - by govindpatel(https://github.com/govindpatel)

Apa itu Count Down Timer?

Count Down Timer adalah ekstensi Chrome yang dikembangkan oleh https://patelgovind.blogspot.in, dan fitur utamanya adalah "Simple count down timer - by govindpatel(https://github.com/govindpatel)".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Count Down Timer

Unduh file ekstensi Count Down 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

                        It is a very simple count down timer. I made this so that user who like less distraction can use it. It contain slider so that user can easily interact and set the time.

It play audio and show notification for ~5 sec once the timer completes. The audio sound doesn't continue for long time so that user don't get too much distracted by that.                    

Informasi Dasar Ekstensi

Nama Count Down Timer Count Down Timer
ID bffggfbgecbjiildkanipjifdpdfopci
URL Resmi https://chromewebstore.google.com/detail/count-down-timer/bffggfbgecbjiildkanipjifdpdfopci
Deskripsi Simple count down timer - by govindpatel(https://github.com/govindpatel)
Ukuran File 93.27 KB
Jumlah Instalasi 629
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-08-24
Tanggal Publikasi 2015-07-14
Penilaian 4.25/5 Total 4 Penilaian
Pengembang https://patelgovind.blogspot.in
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Count Down Timer",
    "description": "Simple count down timer - by govindpatel(https:\/\/github.com\/govindpatel)",
    "version": "1.0",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "res\/icon1.png",
        "default_popup": "popup.html",
        "default_title": "Count Down Timer"
    },
    "icons": {
        "16": "res\/icon1.png",
        "48": "res\/icon32.png",
        "128": "res\/icon128.png"
    },
    "permissions": [
        "notifications"
    ]
}