Hourly Pips

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

Hvad er Hourly Pips?

Hourly Pips er en Chrome-udvidelse udviklet af mbsoftapps, og dens hovedfunktion er "This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.".

Udvidelsesskærmbilleder

screenshot

Download Hourly Pips-udvidelses-CRX-fil

Download Hourly Pips-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Hourly Pips Hourly Pips
ID ogipappjeopppngodajmkffcbfbdlcnb
Officiel URL https://chromewebstore.google.com/detail/hourly-pips/ogipappjeopppngodajmkffcbfbdlcnb
Beskrivelse This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.
Filstørrelse 13.43 KB
Antal Installationer 110
Nuværende Version 1.3
Senest Opdateret 2017-04-12
Udgivelsesdato 2017-04-12
Bedømmelse 4.33/5 Samlet 6 Bedømmelser
Udvikler mbsoftapps
Betalingsmetode free
Understøttede Sprog 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"
    ]
}