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