Hourly Pips

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

Что такое Hourly Pips?

Hourly Pips - это расширение Chrome, разработанное mbsoftapps, и его основная функция - "This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Hourly Pips

Скачайте файлы расширений Hourly Pips в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Hourly Pips Hourly Pips
ID ogipappjeopppngodajmkffcbfbdlcnb
Официальный URL https://chromewebstore.google.com/detail/hourly-pips/ogipappjeopppngodajmkffcbfbdlcnb
Описание This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.
Размер файла 13.43 KB
Количество установок 110
Текущая Версия 1.3
Последнее Обновление 2017-04-12
Дата публикации 2017-04-12
Рейтинг 4.33/5 Всего 6 оценок
Разработчик mbsoftapps
Тип оплаты free
Поддерживаемые языки 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"
    ]
}