Aidodys Free

Mise en forme des pages web au service des personnes dyslexiques

Aidodys Free là gì?

Aidodys Free 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à "Mise en forme des pages web au service des personnes dyslexiques".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Aidodys Free 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

                        L'extension AIDODYS Free de mise en forme des contenus web pour les personnes atteintes de trouble DYS  permet :

De changer la police d’écriture et les espacements entre lettres, entre mots et entre lignes,
De mieux distinguer les lignes en les colorant,
De mieux distinguer des phonèmes (des sons) en les repérant,
De mieux distinguer des lettres…
… le tout de manière hautement configurable pour que chaque utilisateur et utilisatrice puisse réaliser ce qui l’aide au mieux.                    

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

Tên Aidodys Free Aidodys Free
ID hgpahgpapdpnegbdpbimnelfhlhjgaac
URL Chính Thức https://chrome.google.com/webstore/detail/aidodys-free/hgpahgpapdpnegbdpbimnelfhlhjgaac
Mô tả Mise en forme des pages web au service des personnes dyslexiques
Kích Thước Tệp 846 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2018-07-18
Ngày Phát Hành 2018-07-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://aidodys.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.aidodys.com
URL Trang Trợ Giúp https://help.aidodys.com
Ngôn Ngữ Được Hỗ Trợ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aidodys Free",
    "version": "1.0.2",
    "description": "Mise en forme des pages web au service des personnes dyslexiques",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/purify.min.js",
                "js\/engine.js",
                "content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "fonts\/*.otf",
        "fonts\/*.ttf"
    ],
    "options_ui": {
        "page": "options\/options.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}