Ciqual tables - My favorite items
Adds the possibility to save certain foods as favorites
Ciqual tables - My favorite itemsとは何ですか?
Ciqual tables - My favorite itemsはVincent Denoualによって開発されたChromeの拡張機能で、その主な機能は「Adds the possibility to save certain foods as favorites」です。
拡張機能のスクリーンショット
Ciqual tables - My favorite items拡張機能のCRXファイルをダウンロード
Ciqual tables - My favorite items拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds a "favorites" feature to the French Agency for Food, Environmental and Occupational Health & Safety (ANSES), hence allowing easy comparison of nutrition data between user-favorited foods. Favorites data is saved within the browser's extension memory: it remains private and is not shared over the internet. This add-on is independent from Anses.
拡張機能の基本情報
名前 | |
ID | hgppemfkocieckgfcofgjmifcoenoleg |
公式URL | https://chromewebstore.google.com/detail/ciqual-tables-my-favorite/hgppemfkocieckgfcofgjmifcoenoleg |
説明 | Adds the possibility to save certain foods as favorites |
ファイルサイズ | 33.66 KB |
インストール数 | 48 |
現在のバージョン | 0.0.1 |
最終更新日 | 2022-01-27 |
公開日 | 2022-01-24 |
開発者 | Vincent Denoual |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://chrome.google.com/webstore/search/vincentdenoual?_category=extensions |
ヘルプページのURL | https://www.linkedin.com/in/vincentdenoual/ |
対応言語 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "0.0.1", "author": "Vincent Denoual", "default_locale": "fr", "content_scripts": [ { "matches": [ "https:\/\/ciqual.anses.fr\/*" ], "js": [ "content_script.js" ], "css": [ "content_script.css" ], "run_at": "document_end" } ], "action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png", "48": "icon48.png" } }, "icons": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png", "48": "icon48.png" }, "permissions": [ "storage" ] } |