La Pastille Aidodys

Application en ligne à destination des troubles DYS

La Pastille Aidodys là gì?

La Pastille Aidodys là một tiện ích mở rộng Chrome được phát triển bởi http://aidodys.com, và tính năng chính của nó là "Application en ligne à destination des troubles DYS".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng La Pastille Aidodys

Tải xuống các tệp mở rộng La Pastille Aidodys dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên La Pastille Aidodys La Pastille Aidodys
ID njmpciecbdbfmbkdfjgchlcfolmbpbld
URL Chính Thức https://chrome.google.com/webstore/detail/la-pastille-aidodys/njmpciecbdbfmbkdfjgchlcfolmbpbld
Mô tả Application en ligne à destination des troubles DYS
Kích Thước Tệp 1.01 MB
Số Lần Cài Đặt 223
Phiên Bản Hiện Tại 4.4.1
Cập Nhật Lần Cuối 2018-03-13
Ngày Phát Hành 2018-03-13
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển http://aidodys.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://aidodys.com
URL Trang Trợ Giúp http://help.aidodys.com/aide-web-accessible-pour-tous/
URL Trang Chính Sách Bảo Mật http://www.aidodys.com/confidentialite
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}