Little Timer

Only 8 type timers

¿Qué es Little Timer?

Little Timer es una extensión de Chrome desarrollada por newstep, y su función principal es "Only 8 type timers".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Little Timer

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

                        Features
 - Set timer by one click.
 - Notify by new tab after the time has elapsed.
 - Time that can be set is 3, 5, 10, 15, 25, 30, 45, 60 minutes.
 - Remaining time is displayed on the right bottom of the icon.
 - Notify with a message if you enter a message.                    

Información Básica de la Extensión

Nombre Little Timer Little Timer
ID hoojobmcgpegpdbaagmopahobnnnhhmh
URL Oficial https://chrome.google.com/webstore/detail/little-timer/hoojobmcgpegpdbaagmopahobnnnhhmh
Descripción Only 8 type timers
Tamaño del Archivo 20.62 KB
Cantidad de Instalaciones 374
Versión Actual 1.2.0
Última Actualización 2017-02-07
Fecha de Publicación 2017-02-07
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador newstep
Tipo de Pago free
Idiomas Soportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Little Timer",
    "description": "__MSG_extDescription__",
    "version": "1.2.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "timer16.png",
            "19": "timer19.png",
            "128": "timer128.png"
        },
        "default_title": "Little Timer",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "background"
    ],
    "icons": {
        "19": "timer19.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    }
}