La Pastille Aidodys

Application en ligne à destination des troubles DYS

La Pastille Aidodys란 무엇입니까?

La Pastille Aidodys은(는) http://aidodys.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Application en ligne à destination des troubles DYS"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

La Pastille Aidodys 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 La Pastille Aidodys La Pastille Aidodys
ID njmpciecbdbfmbkdfjgchlcfolmbpbld
공식 URL https://chrome.google.com/webstore/detail/la-pastille-aidodys/njmpciecbdbfmbkdfjgchlcfolmbpbld
설명 Application en ligne à destination des troubles DYS
파일 크기 1.01 MB
설치 횟수 223
현재 버전 4.4.1
최근 업데이트 2018-03-13
출시 날짜 2018-03-13
평점 5.00/5 총 5 개의 평점
개발자 http://aidodys.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://aidodys.com
도움말 페이지 URL http://help.aidodys.com/aide-web-accessible-pour-tous/
개인정보 보호 정책 페이지 URL http://www.aidodys.com/confidentialite
지원되는 언어 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "La Pastille Aidodys",
    "version": "4.4.1",
    "permissions": [
        "activeTab",
        "tts",
        "identity",
        "tabs",
        "storage",
        "",
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 2,
    "description": "Application en ligne \u00e0 destination des troubles DYS",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "readability-master\/Readability.js",
                "readability-master\/JSDOMParser.js",
                "js\/jquery-2.2.4.min.js",
                "js\/adaptation.js",
                "js\/f_and_r_dom.js",
                "js\/cs_aidodys_init.js",
                "js\/cs_aidodys_action.js",
                "js\/cs_aidodys_adaptation.js",
                "js\/cs_aidodys_display.js",
                "js\/cs_aidodys_listener.js",
                "js\/cs_aidodys_bg_requests.js",
                "js\/cs_aidodys_rating.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "readability-master\/Readability.js",
        "readability-master\/JSDOMParser.js",
        "js\/adaptation.js",
        "js\/f_and_r_dom.js",
        "js\/jquery-2.2.4.min.js",
        "src\/*",
        "style\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/jquery-2.2.4.min.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com\/js\/api.js; object-src 'self';",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "src\/extico.png"
    }
}