Hourly Pips
This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.
Co je Hourly Pips?
Hourly Pips je rozšíření Chrome vyvinuté mbsoftapps, a jeho hlavní funkcí je „This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Hourly Pips
Stáhněte si soubory rozšíření Hourly Pips ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Hourly Pips |
ID | ogipappjeopppngodajmkffcbfbdlcnb |
Oficiální URL | https://chromewebstore.google.com/detail/hourly-pips/ogipappjeopppngodajmkffcbfbdlcnb |
Popis | This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour. |
Velikost souboru | 13.43 KB |
Počet instalací | 110 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2017-04-12 |
Datum Vydání | 2017-04-12 |
Hodnocení | 4.33/5 Celkem 6 Hodnocení |
Vývojář | mbsoftapps |
Typ Platby | free |
Podporované Jazyky | 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" ] } |