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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Silktide - website accessibility simulator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Silktide - website accessibility simulator Silktide - website accessibility simulator
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
이메일 [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": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; object-src 'none'"
    }
}