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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mbsoftapps, και η κύρια λειτουργία του είναι "This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Hourly Pips
Λήψη αρχείων επέκτασης 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 |
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" ] } |