HIGH NOON notifier

Informs you when it is HIGH NOON

Cos'è HIGH NOON notifier?

HIGH NOON notifier è un'estensione di Chrome sviluppata da vshanmugamdev, e la sua funzione principale è "Informs you when it is HIGH NOON".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione HIGH NOON notifier

Scarica i file di estensione HIGH NOON notifier 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

                        Says "its high noon" at 12:00:00 pm                    

Informazioni di Base sull'Estensione

Nome HIGH NOON notifier HIGH NOON notifier
ID eomdpggeicpijoebflhnepbhbpkhmlhn
URL Ufficiale https://chrome.google.com/webstore/detail/high-noon-notifier/eomdpggeicpijoebflhnepbhbpkhmlhn
Descrizione Informs you when it is HIGH NOON
Dimensione del File 81.98 KB
Conteggio Installazioni 107
Versione Corrente 1.0.2
Ultimo Aggiornamento 2016-11-13
Data di Pubblicazione 2016-11-13
Valutazione 5.00/5 Totale 17 Valutazioni
Sviluppatore vshanmugamdev
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HIGH NOON notifier",
    "description": "Informs you when it is HIGH NOON",
    "version": "1.0.2",
    "background": {
        "page": "mypopup.html"
    },
    "browser_action": {
        "default_popup": "mypopup.html"
    },
    "icons": {
        "48": "cb.png"
    },
    "permissions": []
}