Hourly Pips

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

Cos'è Hourly Pips?

Hourly Pips è un'estensione di Chrome sviluppata da mbsoftapps, e la sua funzione principale è "This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hourly Pips

Scarica i file di estensione Hourly Pips in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Hourly Pips Hourly Pips
ID ogipappjeopppngodajmkffcbfbdlcnb
URL Ufficiale https://chromewebstore.google.com/detail/hourly-pips/ogipappjeopppngodajmkffcbfbdlcnb
Descrizione This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.
Dimensione del File 13.43 KB
Conteggio Installazioni 110
Versione Corrente 1.3
Ultimo Aggiornamento 2017-04-12
Data di Pubblicazione 2017-04-12
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore mbsoftapps
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}