Beer-o-clock

Is it Beer o'clock yet?

Apa itu Beer-o-clock?

Beer-o-clock adalah ekstensi Chrome yang dikembangkan oleh jan.klimo, dan fitur utamanya adalah "Is it Beer o'clock yet?".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Beer-o-clock

Unduh file ekstensi Beer-o-clock 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

                        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!                    

Informasi Dasar Ekstensi

Nama Beer-o-clock Beer-o-clock
ID aenldlbjlpopnimgoniomfdlljphokoo
URL Resmi https://chromewebstore.google.com/detail/beer-o-clock/aenldlbjlpopnimgoniomfdlljphokoo
Deskripsi Is it Beer o'clock yet?
Ukuran File 321 KB
Jumlah Instalasi 51
Versi Saat Ini 0.1
Terakhir Diperbarui 2015-08-12
Tanggal Publikasi 2015-08-12
Penilaian 4.00/5 Total 4 Penilaian
Pengembang jan.klimo
Tipe Pembayaran free
Situs Ekstensi https://github.com/janklimo/beer-o-clock
Bahasa yang Didukung 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"
}