Meal Points Suggester
This is an extension to help suggest how many meal points you should have each day.
Meal Points Suggesterとは何ですか?
Meal Points SuggesterはSkyTurtleによって開発されたChromeの拡張機能で、その主な機能は「This is an extension to help suggest how many meal points you should have each day.」です。
拡張機能のスクリーンショット
Meal Points Suggester拡張機能のCRXファイルをダウンロード
Meal Points Suggester拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
For WashU Students who want to know their suggested meal points balance. Has options for: - custom meal points! - excluding weekends - excluding breaks - meal plan type - first day at school - last day at school Updated for Spring 2024
拡張機能の基本情報
名前 | Meal Points Suggester |
ID | eaepeegjbajjknieikiamfjjphjkciad |
公式URL | https://chromewebstore.google.com/detail/meal-points-suggester/eaepeegjbajjknieikiamfjjphjkciad |
説明 | This is an extension to help suggest how many meal points you should have each day. |
ファイルサイズ | 99.16 KB |
インストール数 | 418 |
現在のバージョン | 1.2.1 |
最終更新日 | 2024-01-27 |
公開日 | 2023-09-07 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | SkyTurtle |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Meal Points Suggester", "version": "1.2.1", "description": "This is an extension to help suggest how many meal points you should have each day.", "manifest_version": 3, "author": "William C", "action": { "default_title": "Meal Points Suggester", "default_popup": "index.html", "default_icon": { "16": "icons\/MPL16.png", "32": "icons\/MPL32.png", "36": "icons\/MPL36.png", "48": "icons\/MPL48.png", "64": "icons\/MPL64.png", "128": "icons\/MPL128.png" } }, "permissions": [ "storage" ] } |