Ciqual tables - My favorite items
Adds the possibility to save certain foods as favorites
Ciqual tables - My favorite items là gì?
Ciqual tables - My favorite items là một tiện ích mở rộng Chrome được phát triển bởi Vincent Denoual, và tính năng chính của nó là "Adds the possibility to save certain foods as favorites".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ciqual tables - My favorite items
Tải xuống các tệp mở rộng Ciqual tables - My favorite items dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hgppemfkocieckgfcofgjmifcoenoleg |
URL Chính Thức | https://chromewebstore.google.com/detail/ciqual-tables-my-favorite/hgppemfkocieckgfcofgjmifcoenoleg |
Mô tả | Adds the possibility to save certain foods as favorites |
Kích Thước Tệp | 33.66 KB |
Số Lần Cài Đặt | 48 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2022-01-27 |
Ngày Phát Hành | 2022-01-24 |
Nhà Phát Triển | Vincent Denoual |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://chrome.google.com/webstore/search/vincentdenoual?_category=extensions |
URL Trang Trợ Giúp | https://www.linkedin.com/in/vincentdenoual/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |