Beer-o-clock

Is it Beer o'clock yet?

What is Beer-o-clock?

Beer-o-clock is a Chrome extension developed by jan.klimo, and its main feature is "Is it Beer o'clock yet?".

Extension Screenshots

screenshot
screenshot
screenshot

Download Beer-o-clock Extension CRX File

Download Beer-o-clock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Beer-o-clock Beer-o-clock
ID aenldlbjlpopnimgoniomfdlljphokoo
Official URL https://chromewebstore.google.com/detail/beer-o-clock/aenldlbjlpopnimgoniomfdlljphokoo
Description Is it Beer o'clock yet?
File Size 321 KB
Installation Count 51
Current Version 0.1
Last Updated 2015-08-12
Publish Date 2015-08-12
Rating 4.00/5 Total 4 Ratings
Developer jan.klimo
Payment Type free
Extension Website https://github.com/janklimo/beer-o-clock
Supported Languages 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"
}