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
官方網址 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"
    ]
}