Hourly Pips

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

Was ist Hourly Pips?

Hourly Pips ist eine Chrome-Erweiterung, die von mbsoftapps entwickelt wurde, und ihr Hauptmerkmal ist "This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.".

Erweiterungsscreenshots

screenshot

Hourly Pips-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hourly Pips-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Hourly Pips Hourly Pips
ID ogipappjeopppngodajmkffcbfbdlcnb
Offizielle URL https://chromewebstore.google.com/detail/hourly-pips/ogipappjeopppngodajmkffcbfbdlcnb
Beschreibung This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.
Dateigröße 13.43 KB
Installationsanzahl 110
Aktuelle Version 1.3
Letztes Update 2017-04-12
Veröffentlichungsdatum 2017-04-12
Bewertung 4.33/5 Insgesamt 6 Bewertungen
Entwickler mbsoftapps
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}