Beer-o-clock

Is it Beer o'clock yet?

Beer-o-clockคืออะไร?

Beer-o-clock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jan.klimo และคุณลักษณะหลักของมันคือ "Is it Beer o'clock yet?"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Beer-o-clock

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
}