Clean Timer

Helps you organize and optimize the tasks that matter for you

¿Qué es Clean Timer?

Clean Timer es una extensión de Chrome desarrollada por Hideki OTSUKA, y su función principal es "Helps you organize and optimize the tasks that matter for you".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Clean Timer

Descarga archivos de extensión Clean 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

                        Organise yourself and manage your time easily by setting timers.
Clean Timer offers a simple, very easy to use interface with a large nice display.

Main features :
- Set up multiple precise timers
- Choose for each timer, the alarm you want
- Pause & resume your timers at any time
- Use a stopwatch and time yourself easily

Note : I will try to regularly update this app so please send me an email if you find any bugs or if you have improvement suggestions.                    

Información Básica de la Extensión

Nombre Clean Timer Clean Timer
ID jobneimllpaijdidliomlnekgjkjhpfn
URL Oficial https://chromewebstore.google.com/detail/clean-timer/jobneimllpaijdidliomlnekgjkjhpfn
Descripción Helps you organize and optimize the tasks that matter for you
Tamaño del Archivo 1.62 MB
Cantidad de Instalaciones 658
Versión Actual 1.2.1
Última Actualización 2020-04-10
Fecha de Publicación 2020-04-10
Calificación 4.14/5 Total de 7 Calificaciones
Desarrollador Hideki OTSUKA
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clean Timer",
    "version": "1.2.1",
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Helps you organize and optimize the tasks that matter for you",
    "permissions": [
        "storage",
        "alarms"
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Clean Timer",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "manifest_version": 2
}