Hourly Pips

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

Wat is Hourly Pips?

Hourly Pips is een Chrome-extensie ontwikkeld door mbsoftapps, en de belangrijkste functie is "This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hourly Pips

Download Hourly Pips-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hourly Pips Hourly Pips
ID ogipappjeopppngodajmkffcbfbdlcnb
Officiële URL https://chromewebstore.google.com/detail/hourly-pips/ogipappjeopppngodajmkffcbfbdlcnb
Beschrijving This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.
Bestandsgrootte 13.43 KB
Aantal Installaties 110
Huidige Versie 1.3
Laatst Bijgewerkt 2017-04-12
Publicatiedatum 2017-04-12
Beoordeling 4.33/5 Totaal 6 Beoordelingen
Ontwikkelaar mbsoftapps
Betalingswijze free
Ondersteunde Talen 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"
    ]
}