Silktide - website accessibility simulator
A browser plugin that helps you develop accessible websites by simulating a range of experiences.
什麼是Silktide - website accessibility simulator?
Silktide - website accessibility simulator是由Silktide開發的Chrome擴展程式,該擴展的主要功能是“A browser plugin that helps you develop accessible websites by simulating a range of experiences.”。
擴展截圖
下載Silktide - website accessibility simulator擴展crx文件
下載Silktide - website accessibility simulator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Experience the web with a range of simulated disabilities including:
+ Color blindness
+ Dyslexia
+ Myopia / Blurred vision
+ Blindness
+ Tunnel vision / peripheral vision loss
+ And more
This plugin is ideal for people looking to develop and test accessible websites, especially those meeting WCAG 2.1.
To simulate blindness we have developed a simulated screen reader designed for sighted users. This is designed to give you a taste of using a full screen reader, without all the expense and difficulty.
Made by the accessibility experts at Silktide 擴展基本資訊
| 名稱 | |
| ID | okcpiimdfkpkjcbihbmhppldhiebhhaf |
| 官方網址 | https://chromewebstore.google.com/detail/silktide-website-accessib/okcpiimdfkpkjcbihbmhppldhiebhhaf |
| 簡介 | A browser plugin that helps you develop accessible websites by simulating a range of experiences. |
| 檔案大小 | 667 KB |
| 安裝次數 | 10,000 |
| 目前版本 | 1.2.3 |
| 更新時間 | 2023-12-07 |
| 上架時間 | 2020-03-24 |
| 評分 | 3.94/5 共 17 次評分 |
| 開發者 | Silktide |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://silktide.com/resources/toolbar |
| 說明頁面URL | https://support.silktide.com/guides/getting-started-toolbar/ |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Silktide - website accessibility simulator",
"short_name": "Accessibility simulator",
"description": "A browser plugin that helps you develop accessible websites by simulating a range of experiences.",
"version": "1.2.3",
"icons": {
"16": "icons\/S16.png",
"32": "icons\/S32.png",
"48": "icons\/S48.png",
"128": "icons\/S128.png"
},
"action": {
"default_title": "Accessibility simulator",
"default_icon": {
"16": "icons\/S16.png",
"32": "icons\/S32.png",
"48": "icons\/S48.png",
"128": "icons\/S128.png"
}
},
"background": {
"service_worker": "background.js"
},
"commands": {
"_execute_action": {
"suggested_key": {
"windows": "Ctrl+Shift+K",
"mac": "Command+Shift+K",
"linux": "Ctrl+Shift+K"
},
"description": "Enable accessibility simulator"
}
},
"homepage_url": "https:\/\/silktide.com\/toolbar",
"offline_enabled": true,
"permissions": [
"activeTab",
"scripting",
"webNavigation"
],
"web_accessible_resources": [
{
"resources": [
"bundle.js",
"style.css",
"nunito-font.css",
"files\/*"
],
"matches": [
" | |