UI Options Plus (UIO+)

User Interface Options Plus (UIO+) allows you to customize websites to match your own personal needs and preferences.

¿Qué es UI Options Plus (UIO+)?

UI Options Plus (UIO+) es una extensión de Chrome desarrollada por Fluid Project, y su función principal es "User Interface Options Plus (UIO+) allows you to customize websites to match your own personal needs and preferences.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión UI Options Plus (UIO+)

Descarga archivos de extensión UI Options Plus (UIO+) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        User Interface Options Plus (UIO+) allows you to customize websites to match your own personal needs and preferences. Settings for the adaptations can be set via the UIO+ adjuster panel or, if on a Morphic ( https://morphic.world/ )enabled machine, from a keyed in preference set.

The following adaptations are supported:

Captions (embedded YouTube videos)
Character Space
Contrast
Enhance Inputs
Line Space
Reading Mode
Right-Click to Select
Selection Highlight
Syllables
Table of Contents
Text-to-Speech (only for selected text)
Word Space
Zoom
Note: The ability to apply an adaptation will vary from page to page

UI Options Plus is the result of a joint effort of the Inclusive Design Research Centre at OCAD University and the Trace R&D Center at University of Maryland under funding for the FLOE Project from the William and Flora Hewlett Foundation and the National Institute on Disability, Independent Living, and Rehabilitation Research (NIDILRR), Administration for Community Living under grant #90RE5027.                    

Información Básica de la Extensión

Nombre UI Options Plus (UIO+) UI Options Plus (UIO+)
ID okenndailhmikjjfcnmolpaefecbpaek
URL Oficial https://chromewebstore.google.com/detail/ui-options-plus-uio+/okenndailhmikjjfcnmolpaefecbpaek
Descripción User Interface Options Plus (UIO+) allows you to customize websites to match your own personal needs and preferences.
Tamaño del Archivo 5.27 MB
Cantidad de Instalaciones 245
Versión Actual 0.3.0
Última Actualización 2022-12-22
Fecha de Publicación 2020-09-02
Desarrollador Fluid Project
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://github.com/fluid-project/uio-plus/issues
URL de la Página de Política de Privacidad https://fluidproject.atlassian.net/wiki/spaces/fluid/pages/11581036/Privacy+Policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "UI Options Plus (UIO+)",
    "short_name": "UIO+",
    "version": "0.3.0",
    "description": "User Interface Options Plus (UIO+) allows you to customize websites to match your own personal needs and preferences.",
    "author": "Fluid Project",
    "permissions": [
        "contextMenus",
        "scripting",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_title": "UIO+",
        "default_popup": "html\/adjusters.html",
        "default_icon": {
            "16": "images\/gears_16.png",
            "24": "images\/gears_24.png",
            "32": "images\/gears_32.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "lib\/infusion\/src\/framework\/preferences\/css\/Enactors.css",
                "lib\/infusion\/src\/components\/orator\/css\/Orator.css",
                "css\/enactors.css"
            ],
            "js": [
                "lib\/infusion\/dist\/infusion-uio.js",
                "js\/webInjection.js",
                "js\/schemas.js",
                "js\/store.js",
                "js\/contentView.js",
                "js\/panels.js",
                "js\/enactors.js",
                "js\/enhancer.js",
                "js\/prefsEditor.js"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+U"
            }
        }
    },
    "icons": {
        "16": "images\/GearHeart_Mixed_15x15.png",
        "32": "images\/GearHeart_Mixed_31x31.png",
        "48": "images\/GearHeart_Mixed_47x47.png",
        "128": "images\/GearHeart_Mixed_127x127.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/infusion\/**.*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}