Яakuten Cafeteria Menu
Shows a preview of the Яakuten Crimson House Cafeteria menus
Яakuten Cafeteria Menuとは何ですか?
Яakuten Cafeteria Menuはdanikazeによって開発されたChromeの拡張機能で、その主な機能は「Shows a preview of the Яakuten Crimson House Cafeteria menus」です。
拡張機能のスクリーンショット
Яakuten Cafeteria Menu拡張機能のCRXファイルをダウンロード
Яakuten Cafeteria Menu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Change log:
[0.9.1]
- Disabled API source data because it returns wrong booths, creating duplicated entries
- Auto select time/cafeteria if previous selection doesn't exist
- Small graphical improvements
[0.9.0]
- Added a calendar button to switch between any day of the current week, displaying its menu
- Recovered the shift+click feature on the sorter button, to choose the previous sorting method
- Scroll of the menu resets to the top when the day, time or cafeteria is changed
- Preload images when a menu is loaded, so they appear instantly when the cafeteria or the time is changed 拡張機能の基本情報
| 名前 | |
| ID | fobpglggkfinkjjldciflddjolmncabh |
| 公式URL | https://chromewebstore.google.com/detail/%D1%8Fakuten-cafeteria-menu/fobpglggkfinkjjldciflddjolmncabh |
| 説明 | Shows a preview of the Яakuten Crimson House Cafeteria menus |
| ファイルサイズ | 284 KB |
| インストール数 | 113 |
| 現在のバージョン | 0.9.1 |
| 最終更新日 | 2019-05-14 |
| 公開日 | 2019-05-13 |
| 評価 | 5.00/5 合計 21 レビュー |
| 開発者 | danikaze |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "\u042fakuten Cafeteria Menu",
"short_name": "\u042fakutenCafe",
"description": "Shows a preview of the \u042fakuten Crimson House Cafeteria menus",
"version": "0.9.1",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"96": "icons\/icon96.png",
"128": "icons\/icon128.png",
"256": "icons\/icon256.png"
},
"browser_action": {
"default_icon": "icons\/icon128.png",
"default_popup": "index.html",
"default_title": "Show \u042fakuten Cafeteria menu"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |