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