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
官方網址 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"
    }
}