Hourly Pips

This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.

¿Qué es Hourly Pips?

Hourly Pips es una extensión de Chrome desarrollada por mbsoftapps, y su función principal es "This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Hourly Pips

Descarga archivos de extensión Hourly Pips 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 is a lightweight extension that plays an audio alert, in the style of the Greenwich Time Signal, at the top of every hour. The current version allows for adjustment of the audio tone frequency and volume. Settings are now saved in Chrome sync storage.                    

Información Básica de la Extensión

Nombre Hourly Pips Hourly Pips
ID ogipappjeopppngodajmkffcbfbdlcnb
URL Oficial https://chromewebstore.google.com/detail/hourly-pips/ogipappjeopppngodajmkffcbfbdlcnb
Descripción This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.
Tamaño del Archivo 13.43 KB
Cantidad de Instalaciones 110
Versión Actual 1.3
Última Actualización 2017-04-12
Fecha de Publicación 2017-04-12
Calificación 4.33/5 Total de 6 Calificaciones
Desarrollador mbsoftapps
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hourly Pips",
    "description": "This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.",
    "version": "1.3",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon48.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ]
}