Hourly Pips
This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.
What is Hourly Pips?
Hourly Pips is a Chrome extension developed by mbsoftapps, and its main feature is "This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.".
Extension Screenshots
Download Hourly Pips Extension CRX File
Download Hourly Pips extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Hourly Pips |
ID | ogipappjeopppngodajmkffcbfbdlcnb |
Official URL | https://chromewebstore.google.com/detail/hourly-pips/ogipappjeopppngodajmkffcbfbdlcnb |
Description | This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour. |
File Size | 13.43 KB |
Installation Count | 110 |
Current Version | 1.3 |
Last Updated | 2017-04-12 |
Publish Date | 2017-04-12 |
Rating | 4.33/5 Total 6 Ratings |
Developer | mbsoftapps |
Payment Type | free |
Supported Languages | 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" ] } |