Hourly Pips

This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.

Apa itu Hourly Pips?

Hourly Pips adalah ekstensi Chrome yang dikembangkan oleh mbsoftapps, dan fitur utamanya adalah "This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hourly Pips

Unduh file ekstensi Hourly Pips dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Hourly Pips Hourly Pips
ID ogipappjeopppngodajmkffcbfbdlcnb
URL Resmi https://chromewebstore.google.com/detail/hourly-pips/ogipappjeopppngodajmkffcbfbdlcnb
Deskripsi This extension plays six audio pulses, in the style of the Greenwich Time Signal, at the top of every hour.
Ukuran File 13.43 KB
Jumlah Instalasi 110
Versi Saat Ini 1.3
Terakhir Diperbarui 2017-04-12
Tanggal Publikasi 2017-04-12
Penilaian 4.33/5 Total 6 Penilaian
Pengembang mbsoftapps
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}