Hourly Pips

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

Co to jest Hourly Pips?

Hourly Pips to rozszerzenie Chrome opracowane przez mbsoftapps, a jego główną funkcją jest „This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hourly Pips

Pobierz pliki rozszerzeń Hourly Pips w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hourly Pips Hourly Pips
ID ogipappjeopppngodajmkffcbfbdlcnb
Oficjalny URL https://chromewebstore.google.com/detail/hourly-pips/ogipappjeopppngodajmkffcbfbdlcnb
Opis This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.
Rozmiar pliku 13.43 KB
Liczba instalacji 110
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2017-04-12
Data Publikacji 2017-04-12
Ocena 4.33/5 Łącznie 6 Oceny
Deweloper mbsoftapps
Typ Płatności free
Obsługiwane Języki 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"
    ]
}