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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}