Hourly Pips
This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.
Qu'est-ce que Hourly Pips ?
Hourly Pips est une extension Chrome développée par mbsoftapps, et sa fonction principale est "This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hourly Pips
Téléchargez les fichiers d'extension Hourly Pips au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Hourly Pips |
ID | ogipappjeopppngodajmkffcbfbdlcnb |
URL Officiel | https://chromewebstore.google.com/detail/hourly-pips/ogipappjeopppngodajmkffcbfbdlcnb |
Description | This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour. |
Taille du Fichier | 13.43 KB |
Nombre d'Installations | 110 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2017-04-12 |
Date de Publication | 2017-04-12 |
Évaluation | 4.33/5 Total 6 Évaluations |
Développeur | mbsoftapps |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |