Count Down Timer

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

Cos'è Count Down Timer?

Count Down Timer è un'estensione di Chrome sviluppata da https://patelgovind.blogspot.in, e la sua funzione principale è "Simple count down timer - by govindpatel(https://github.com/govindpatel)".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Count Down Timer

Scarica i file di estensione Count Down Timer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Count Down Timer Count Down Timer
ID bffggfbgecbjiildkanipjifdpdfopci
URL Ufficiale https://chromewebstore.google.com/detail/count-down-timer/bffggfbgecbjiildkanipjifdpdfopci
Descrizione Simple count down timer - by govindpatel(https://github.com/govindpatel)
Dimensione del File 93.27 KB
Conteggio Installazioni 629
Versione Corrente 1.0
Ultimo Aggiornamento 2021-08-24
Data di Pubblicazione 2015-07-14
Valutazione 4.25/5 Totale 4 Valutazioni
Sviluppatore https://patelgovind.blogspot.in
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}