Timer: the Simple Timer

A simple,minimalist 25 minutes timer.

¿Qué es Timer: the Simple Timer?

Timer: the Simple Timer es una extensión de Chrome desarrollada por valya.situation, y su función principal es "A simple,minimalist 25 minutes timer.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Timer: the Simple Timer

Descarga archivos de extensión Timer: the Simple 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

                        One click starts the 25 minute timer. With constant monitoring of the remaining time. When time runs out, it alerts.                    

Información Básica de la Extensión

Nombre Timer: the Simple Timer Timer: the Simple Timer
ID pbncilcogkcfjdfbdaikpofojdcfgplo
URL Oficial https://chrome.google.com/webstore/detail/timer-the-simple-timer/pbncilcogkcfjdfbdaikpofojdcfgplo
Descripción A simple,minimalist 25 minutes timer.
Tamaño del Archivo 100 KB
Cantidad de Instalaciones 53
Versión Actual 1.8
Última Actualización 2019-08-03
Fecha de Publicación 2019-08-03
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador valya.situation
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados de,en,fr,es,it,pl,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "Timer.png",
        "default_title": "Timer"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "Timer_128.png",
        "16": "Timer_16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "offline_enabled": true,
    "omnibox": {
        "keyword": "Timer"
    },
    "options_ui": {
        "chrome_style": true,
        "open_in_tab": false,
        "page": "options.html"
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "short_name": "Timer",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.8"
}