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はmbsoftappsによって開発されたChromeの拡張機能で、その主な機能は「This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.」です。

拡張機能のスクリーンショット

screenshot

Hourly Pips拡張機能のCRXファイルをダウンロード

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"
    ]
}