Beer-o-clock

Is it Beer o'clock yet?

什麼是Beer-o-clock?

Beer-o-clock是由jan.klimo開發的Chrome擴展程式,該擴展的主要功能是“Is it Beer o'clock yet?”。

擴展截圖

screenshot
screenshot
screenshot

下載Beer-o-clock擴展crx文件

下載Beer-o-clock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Beer-o-clock Beer-o-clock
ID aenldlbjlpopnimgoniomfdlljphokoo
官方網址 https://chromewebstore.google.com/detail/beer-o-clock/aenldlbjlpopnimgoniomfdlljphokoo
簡介 Is it Beer o'clock yet?
檔案大小 321 KB
安裝次數 51
目前版本 0.1
更新時間 2015-08-12
上架時間 2015-08-12
評分 4.00/5 共 4 次評分
開發者 jan.klimo
付費類型 free
擴展官網 https://github.com/janklimo/beer-o-clock
支援的語言 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"
}