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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser plugin that helps you develop accessible websites by simulating a range of experiences."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Silktide - website accessibility simulator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
    }
}