Interval Timer

It is a timer that can set the interval.

Was ist Interval Timer?

Interval Timer ist eine Chrome-Erweiterung, die von Takashi Suzuki entwickelt wurde, und ihr Hauptmerkmal ist "It is a timer that can set the interval.".

Erweiterungsscreenshots

screenshot

Interval Timer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Interval Timer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Interval Timer Interval Timer
ID ggofbbndaeneibofhcakocmknlcoleaa
Offizielle URL https://chromewebstore.google.com/detail/interval-timer/ggofbbndaeneibofhcakocmknlcoleaa
Beschreibung It is a timer that can set the interval.
Dateigröße 367 KB
Installationsanzahl 1,977
Aktuelle Version 1.1.2
Letztes Update 2020-11-19
Veröffentlichungsdatum 2020-04-26
Bewertung 4.91/5 Insgesamt 11 Bewertungen
Entwickler Takashi Suzuki
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/belltreeSzk/chrome-program-timer
Unterstützte Sprachen 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"
    ]
}