Dyslexia Simulator
Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility.
什麼是Dyslexia Simulator?
Dyslexia Simulator是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility.”。
下載Dyslexia Simulator擴展crx文件
下載Dyslexia Simulator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Dyslexia Simulator |
ID | pfbbcdngibbkelcbiafcdaiddgbhhaaf |
官方網址 | https://chromewebstore.google.com/detail/dyslexia-simulator/pfbbcdngibbkelcbiafcdaiddgbhhaaf |
簡介 | Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility. |
檔案大小 | 34.01 KB |
安裝次數 | 35 |
目前版本 | 2.0 |
更新時間 | 2017-10-09 |
上架時間 | 2017-10-09 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dyslexia Simulator", "description": "Simulates the effect of using a website for a user with Dyslexia. Useful for testing for accessibility.", "version": "2.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "shuffle text" }, "manifest_version": 2 } |