Interval Timer

It is a timer that can set the interval.

¿Qué es Interval Timer?

Interval Timer es una extensión de Chrome desarrollada por Takashi Suzuki, y su función principal es "It is a timer that can set the interval.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Interval Timer

Descarga archivos de extensión Interval Timer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Interval Timer Interval Timer
ID ggofbbndaeneibofhcakocmknlcoleaa
URL Oficial https://chromewebstore.google.com/detail/interval-timer/ggofbbndaeneibofhcakocmknlcoleaa
Descripción It is a timer that can set the interval.
Tamaño del Archivo 367 KB
Cantidad de Instalaciones 1,977
Versión Actual 1.1.2
Última Actualización 2020-11-19
Fecha de Publicación 2020-04-26
Calificación 4.91/5 Total de 11 Calificaciones
Desarrollador Takashi Suzuki
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/belltreeSzk/chrome-program-timer
Idiomas Soportados 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"
    ]
}