Beer-o-clock
Is it Beer o'clock yet?
什么是Beer-o-clock?
Beer-o-clock是由jan.klimo开发的Chrome扩展程序,该扩展的主要功能是“Is it Beer o'clock yet?”。
扩展截图
下载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 |
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" } |