Hourly Pips
This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.
O que é Hourly Pips?
Hourly Pips é uma extensão do Chrome desenvolvida por mbsoftapps, e sua principal característica é "This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hourly Pips
Baixe arquivos de extensão Hourly Pips no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Hourly Pips |
ID | ogipappjeopppngodajmkffcbfbdlcnb |
URL Oficial | https://chromewebstore.google.com/detail/hourly-pips/ogipappjeopppngodajmkffcbfbdlcnb |
Descrição | This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour. |
Tamanho do Arquivo | 13.43 KB |
Contagem de Instalações | 110 |
Versão Atual | 1.3 |
Última Atualização | 2017-04-12 |
Data de Publicação | 2017-04-12 |
Classificação | 4.33/5 Total de 6 Avaliações |
Desenvolvedor | mbsoftapps |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |