Interval Timer

It is a timer that can set the interval.

Cos'è Interval Timer?

Interval Timer è un'estensione di Chrome sviluppata da Takashi Suzuki, e la sua funzione principale è "It is a timer that can set the interval.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Interval Timer

Scarica i file di estensione Interval 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Interval Timer Interval Timer
ID ggofbbndaeneibofhcakocmknlcoleaa
URL Ufficiale https://chromewebstore.google.com/detail/interval-timer/ggofbbndaeneibofhcakocmknlcoleaa
Descrizione It is a timer that can set the interval.
Dimensione del File 367 KB
Conteggio Installazioni 1,977
Versione Corrente 1.1.2
Ultimo Aggiornamento 2020-11-19
Data di Pubblicazione 2020-04-26
Valutazione 4.91/5 Totale 11 Valutazioni
Sviluppatore Takashi Suzuki
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/belltreeSzk/chrome-program-timer
Lingue Supportate 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"
    ]
}