Timer

Timer Chrome extention, by Pascal Pirate

¿Qué es Timer?

Timer es una extensión de Chrome desarrollada por Pascal Pirate, y su función principal es "Timer Chrome extention, by Pascal Pirate".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Timer

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

                        Simple no thrills timer.  Able to set multiple timers with ability to label them. Set length of time and it ticks away pause, continue, and restart when done.  Keeps track of amount of paused time and the amount of time left. Additionally the time the timer was started and the current time are displayed When time is up alarm sounds.  Thanks SoundBible.com for the sounds.                    

Información Básica de la Extensión

Nombre Timer Timer
ID pcffggaleeohaackonphbhgdodegogej
URL Oficial https://chromewebstore.google.com/detail/timer/pcffggaleeohaackonphbhgdodegogej
Descripción Timer Chrome extention, by Pascal Pirate
Tamaño del Archivo 819 KB
Cantidad de Instalaciones 20
Versión Actual 3.2.1
Última Actualización 2017-03-15
Fecha de Publicación 2017-03-15
Desarrollador Pascal Pirate
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timer",
    "description": "Timer Chrome extention, by Pascal Pirate",
    "version": "3.2.1",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "128": "hourglass.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "hourglass.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}