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 |
| 公式URL | 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 |
| Eメール | [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": [
" | |