La Pastille Aidodys

Application en ligne à destination des troubles DYS

ما هو La Pastille Aidodys؟

La Pastille Aidodys هو إضافة Chrome تم تطويرها بواسطة http://aidodys.com، والميزة الرئيسية لها هي "Application en ligne à destination des troubles DYS".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة La Pastille Aidodys

قم بتنزيل ملفات الامتداد La Pastille Aidodys بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة http://help.aidodys.com/aide-web-accessible-pour-tous/
عنوان صفحة سياسة الخصوصية 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"
    }
}