Say Time for Chrome

This extension speaks the time every hour.

Cos'è Say Time for Chrome?

Say Time for Chrome è un'estensione di Chrome sviluppata da https://wbrawner.com, e la sua funzione principale è "This extension speaks the time every hour.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Say Time for Chrome

Scarica i file di estensione Say Time for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Say Time for Chrome announces the hour every hour during the periods that you set! Get constant reminders of the hour to make sure that you stay on schedule.

CHANGELOG

v0.3.0 - March 18th, 2019
- Fixed a bug where it appeared that Wednesday was always disabled despite it being saved
- Fixed a bug where the hour would be announced on launch no matter what time it is

v0.2.0 - December 27th, 2016
Added dropdown to change voice                    

Informazioni di Base sull'Estensione

Nome Say Time for Chrome Say Time for Chrome
ID nfjdpimjabiocgdnlmdonmcdimhbfjhg
URL Ufficiale https://chromewebstore.google.com/detail/say-time-for-chrome/nfjdpimjabiocgdnlmdonmcdimhbfjhg
Descrizione This extension speaks the time every hour.
Dimensione del File 31.95 KB
Conteggio Installazioni 259
Versione Corrente 0.3.0
Ultimo Aggiornamento 2021-02-06
Data di Pubblicazione 2019-03-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://wbrawner.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://wbrawner.com/contact/
Lingue Supportate en-US
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Say Time for Chrome"
    },
    "description": "This extension speaks the time every hour.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjY+K5OQjzrSDqPNGTZTHHRYHG4UZx8q4O10oJ1TuA7vfijO\/Cn\/moZWRbV2Biim6jZjI8TohSBFu33VfezQhoUum8WrX7B9wsBwWWHCbk+nkbHQjD3o\/l2eGMA0hpsZrTon41hxmT15vWR5SQ8qF4cbBE9fX1Evd1odKEM9k\/Ccz97Qd6OCiPghIM+vakdB\/cqSZwXEwgbCFZA\/FzD6t4gTrvVmvTjEwzCwgoRbg+v2yP4FIPezJBBQKS6NnsRGP064FDmBX6vaSlSFmQOjOswP0wx8zJ05FL9HoTHJuFLs1yk7nSLspSJAqa28rbnkT2sS8hdrQi07vwF88i7jJDQIDAQAB",
    "manifest_version": 2,
    "name": "Say Time for Chrome",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "alarms",
        "storage",
        "tts"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3.0"
}