Dyslex

dyslexia aid

Co to jest Dyslex?

Dyslex to rozszerzenie Chrome opracowane przez patrickschloesser, a jego główną funkcją jest „dyslexia aid ”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Dyslex

Pobierz pliki rozszerzeń Dyslex w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Dyslex is a google extension to make navigating the web easier! Whether you have dyslexia, ADHD, or just find the format of pages undesirable, dyslexic will let you change the organization of the text on any page to your liking.                    

Podstawowe informacje o rozszerzeniu

Nazwa Dyslex Dyslex
ID geamcicnokmmpmmjjfjghmjienhlkkjc
Oficjalny URL https://chrome.google.com/webstore/detail/geamcicnokmmpmmjjfjghmjienhlkkjc
Opis dyslexia aid
Rozmiar pliku 75.8 KB
Liczba instalacji 30
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2018-09-24
Data Publikacji 2018-09-24
Deweloper patrickschloesser
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dyslex",
    "description": "dyslexia aid ",
    "version": "1.1",
    "permissions": [
        "activeTab",
        "tabs",
        "declarativeContent",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/d.png",
            "32": "images\/d.png",
            "48": "images\/d.png",
            "128": "images\/d.png"
        }
    },
    "icons": {
        "16": "images\/d.png",
        "32": "images\/d.png",
        "48": "images\/d.png",
        "128": "images\/d.png"
    },
    "background": {
        "scripts": [
            "content.js",
            "popup.js"
        ],
        "persistent": true
    }
}