Count Down Timer

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

Co to jest Count Down Timer?

Count Down Timer to rozszerzenie Chrome opracowane przez https://patelgovind.blogspot.in, a jego główną funkcją jest „Simple count down timer - by govindpatel(https://github.com/govindpatel)”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Count Down Timer

Pobierz pliki rozszerzeń Count Down Timer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Count Down Timer Count Down Timer
ID bffggfbgecbjiildkanipjifdpdfopci
Oficjalny URL https://chromewebstore.google.com/detail/count-down-timer/bffggfbgecbjiildkanipjifdpdfopci
Opis Simple count down timer - by govindpatel(https://github.com/govindpatel)
Rozmiar pliku 93.27 KB
Liczba instalacji 629
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-08-24
Data Publikacji 2015-07-14
Ocena 4.25/5 Łącznie 4 Oceny
Deweloper https://patelgovind.blogspot.in
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}