Stopwatch

This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.

¿Qué es Stopwatch?

Stopwatch es una extensión de Chrome desarrollada por codeware development, y su función principal es "This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Stopwatch

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

                        This stopwatch gives you the ability to count your time without leaving your active tab or window.

It has build in persistence wich will still count even if you have to restart the browser or even your computer.                    

Información Básica de la Extensión

Nombre Stopwatch Stopwatch
ID gajcbmkmmcacnlpaffppednahicmomfn
URL Oficial https://chromewebstore.google.com/detail/stopwatch/gajcbmkmmcacnlpaffppednahicmomfn
Descripción This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.
Tamaño del Archivo 72.87 KB
Cantidad de Instalaciones 1,213
Versión Actual 1.0.0.1
Última Actualización 2018-02-10
Fecha de Publicación 2018-02-10
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador codeware development
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stopwatch",
    "description": "This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.",
    "version": "1.0.0.1",
    "browser_action": {
        "default_icon": "watch.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}