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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } |