Interval Timer

It is a timer that can set the interval.

Co to jest Interval Timer?

Interval Timer to rozszerzenie Chrome opracowane przez Takashi Suzuki, a jego główną funkcją jest „It is a timer that can set the interval.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Interval Timer

Pobierz pliki rozszerzeń Interval 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

                        When you set the time, the set timers will run in sequence.

It counts in the background and notifies you when it is time.

Please use it when you want to concentrate.
 
Interval Timer does not send your data to anywhere.

=== ver 1.1.1 ===
Added sound at the end of the alarm.                    

Podstawowe informacje o rozszerzeniu

Nazwa Interval Timer Interval Timer
ID ggofbbndaeneibofhcakocmknlcoleaa
Oficjalny URL https://chromewebstore.google.com/detail/interval-timer/ggofbbndaeneibofhcakocmknlcoleaa
Opis It is a timer that can set the interval.
Rozmiar pliku 367 KB
Liczba instalacji 1,977
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2020-11-19
Data Publikacji 2020-04-26
Ocena 4.91/5 Łącznie 11 Oceny
Deweloper Takashi Suzuki
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/belltreeSzk/chrome-program-timer
Obsługiwane Języki en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.1.2",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-16.png",
            "38": "images\/icon-32.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "notifications"
    ]
}