UI Options Plus (UIO+)
User Interface Options Plus (UIO+) allows you to customize websites to match your own personal needs and preferences.
UI Options Plus (UIO+)とは何ですか?
UI Options Plus (UIO+)はFluid Projectによって開発されたChromeの拡張機能で、その主な機能は「User Interface Options Plus (UIO+) allows you to customize websites to match your own personal needs and preferences.」です。
拡張機能のスクリーンショット
UI Options Plus (UIO+)拡張機能のCRXファイルをダウンロード
UI Options Plus (UIO+)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | UI Options Plus (UIO+) |
ID | okenndailhmikjjfcnmolpaefecbpaek |
公式URL | https://chromewebstore.google.com/detail/ui-options-plus-uio+/okenndailhmikjjfcnmolpaefecbpaek |
説明 | User Interface Options Plus (UIO+) allows you to customize websites to match your own personal needs and preferences. |
ファイルサイズ | 5.27 MB |
インストール数 | 245 |
現在のバージョン | 0.3.0 |
最終更新日 | 2022-12-22 |
公開日 | 2020-09-02 |
開発者 | Fluid Project |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://github.com/fluid-project/uio-plus/issues |
プライバシーポリシーページのURL | https://fluidproject.atlassian.net/wiki/spaces/fluid/pages/11581036/Privacy+Policy |
対応言語 | 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": [ " |