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文件

下载La Pastille Aidodys扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 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"
    }
}