Open Dyslexic
Applies the OpenDyslexic font to all web pages.
什麼是Open Dyslexic?
Open Dyslexic是由https://macandlinux.com開發的Chrome擴展程式,該擴展的主要功能是“Applies the OpenDyslexic font to all web pages.”。
擴展截圖
下載Open Dyslexic擴展crx文件
下載Open Dyslexic擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The OpenDyslexic Chrome extension is a tool designed to improve web page accessibility for people with dyslexia. Dyslexia is a learning disorder that affects a person's ability to read, write, and spell. It is estimated that up to 20% of the population may have dyslexia to some degree. This Chrome extension applies the OpenDyslexic font to web pages, making it easier for people with dyslexia to read online content. The OpenDyslexic font is a typeface that has been specifically designed to be more readable for people with dyslexia. It has a unique style that makes it easier for people with dyslexia to distinguish between different letters and words. The extension is easy to use. Once installed, simply click on the icon in your browser to toggle the OpenDyslexic font on or off. The extension will remember your preference, so you won't need to keep turning it on every time you visit a new website. By applying the OpenDyslexic font to web pages, this Chrome extension can help people with dyslexia read online content with less frustration and greater ease. It can also help them stay engaged with online learning, social media, and other digital activities that may have previously been challenging.
擴展基本資訊
名稱 | Open Dyslexic |
ID | kgifnbinkpgeomapdbmgibiofenahlkk |
官方網址 | https://chromewebstore.google.com/detail/open-dyslexic/kgifnbinkpgeomapdbmgibiofenahlkk |
簡介 | Applies the OpenDyslexic font to all web pages. |
檔案大小 | 31.68 KB |
安裝次數 | 2,000 |
目前版本 | 1.1 |
更新時間 | 2023-03-28 |
上架時間 | 2023-03-21 |
開發者 | https://macandlinux.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://macandlinux.com/extensions/#open-dyslexic |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Dyslexic", "version": "1.1", "description": "Applies the OpenDyslexic font to all web pages.", "manifest_version": 3, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "action": { "title": "Toggle OpenDyslexic font", "icon": "icon16.png" }, "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |