Hourly Pips

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

Vad är Hourly Pips?

Hourly Pips är en Chrome-tillägg utvecklad av mbsoftapps, och dess huvudfunktion är "This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.".

Tilläggsskärmbilder

screenshot

Ladda ner Hourly Pips-förlängningens CRX-fil

Ladda ner Hourly Pips-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Hourly Pips Hourly Pips
ID ogipappjeopppngodajmkffcbfbdlcnb
Officiell webbadress https://chromewebstore.google.com/detail/hourly-pips/ogipappjeopppngodajmkffcbfbdlcnb
Beskrivning This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.
Filstorlek 13.43 KB
Antal Installationer 110
Aktuell Version 1.3
Senast Uppdaterad 2017-04-12
Publiceringsdatum 2017-04-12
Betyg 4.33/5 Totalt 6 Betyg
Utvecklare mbsoftapps
Betalningssätt free
Stödda Språk 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"
    ]
}