FACIL'iti Companion

Easily identify sites equipped with FACIL’iti. It’s free and anonymous!

FACIL'iti Companion란 무엇입니까?

FACIL'iti Companion은(는) FACIL'iti에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily identify sites equipped with FACIL’iti. It’s free and anonymous!"입니다.

확장 프로그램 스크린샷

FACIL'iti Companion 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        FACIL’iti is an innovative digital accessibility solution. It adapts the display of a website to individual needs, to make the browsing experience 100% comfortable (visual, motor, cognitive). 

The journey becomes even more simple with this companion. It is free for the user and allows you to:
✔ find out, in a blink of an eye, if the site is equipped with FACIL'iti (and open the solution, if it is),
✔ synchronize all your personalized filters on all other sites equipped with FACIL'iti: each site that is equipped will then automatically adapt to your needs,
✔ discover the list of all other sites equipped with FACIL'iti.

Privacy is a core value for FACIL'iti. Therefore, we will always respect your anonymity.                    

확장 프로그램 기본 정보

이름 FACIL'iti Companion FACIL'iti Companion
ID lfncoommbeomljiclehndjljmdomfcpp
공식 URL https://chromewebstore.google.com/detail/faciliti-companion/lfncoommbeomljiclehndjljmdomfcpp
설명 Easily identify sites equipped with FACIL’iti. It’s free and anonymous!
파일 크기 203 KB
설치 횟수 727
현재 버전 2.3.0
최근 업데이트 2023-10-18
출시 날짜 2021-12-11
평점 5.00/5 총 3 개의 평점
개발자 FACIL'iti
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.facil-iti.fr
도움말 페이지 URL https://www.facil-iti.fr/nous-contacter/
지원되는 언어 de,en-US,fr,nl,es,it,pt-PT,el,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.3.0",
    "name": "__MSG_extensionName__",
    "homepage_url": "https:\/\/www.facil-iti.fr\/",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en_US",
    "author": "FACIL'iti",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "assets\/icons\/installed-16.png",
        "32": "assets\/icons\/installed-32.png",
        "48": "assets\/icons\/installed-48.png",
        "64": "assets\/icons\/installed-64.png",
        "128": "assets\/icons\/installed-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "\/popup\/index.html#status-unavailable",
        "default_title": "__MSG_extensionName__",
        "default_icon": {
            "16": "assets\/icons\/uninstalled-16.png",
            "32": "assets\/icons\/uninstalled-32.png",
            "48": "assets\/icons\/uninstalled-48.png",
            "64": "assets\/icons\/uninstalled-64.png",
            "128": "assets\/icons\/uninstalled-128.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "context.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}