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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Ciqual tables - My favorite items 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Ciqual tables - My favorite items Ciqual tables - My favorite items
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
이메일 [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"
    ]
}