Beer-o-clock

Is it Beer o'clock yet?

Cos'è Beer-o-clock?

Beer-o-clock è un'estensione di Chrome sviluppata da jan.klimo, e la sua funzione principale è "Is it Beer o'clock yet?".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Beer-o-clock

Scarica i file di estensione Beer-o-clock 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

                        Sale of alcohol in Thailand is restricted during some times of day and completely banned on certain holidays.

Feel like grabbing a beer from 7/11 but not sure if it's possible right now? Open a new tab in Chrome and you'll know right away.

Red color indicates beer is currently not on sale. Orange means the sale either begins or ends within 15 minutes. Green means the sale is on!

This is an open source project built with ReactJS. Feel free to check out its Github page and contribute!                    

Informazioni di Base sull'Estensione

Nome Beer-o-clock Beer-o-clock
ID aenldlbjlpopnimgoniomfdlljphokoo
URL Ufficiale https://chromewebstore.google.com/detail/beer-o-clock/aenldlbjlpopnimgoniomfdlljphokoo
Descrizione Is it Beer o'clock yet?
Dimensione del File 321 KB
Conteggio Installazioni 51
Versione Corrente 0.1
Ultimo Aggiornamento 2015-08-12
Data di Pubblicazione 2015-08-12
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore jan.klimo
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/janklimo/beer-o-clock
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Is it Beer o'clock yet?",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Beer-o-clock",
    "offline_enabled": true,
    "version": "0.1"
}