Accessibility Insights for Web

Accessibility Insights for Web helps developers quickly find and fix accessibility issues.

Accessibility Insights for Webとは何ですか?

Accessibility Insights for WebはAccessibility Insights Teamによって開発されたChromeの拡張機能で、その主な機能は「Accessibility Insights for Web helps developers quickly find and fix accessibility issues.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Accessibility Insights for Web拡張機能のCRXファイルをダウンロード

Accessibility Insights for Web拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Learn more about Accessibility Insights at https://aka.ms/accessibilityinsights.

The default keyboard shortcut to launch Accessibility Insights for Web is [Ctrl+Shift+K].

If that doesn't work, follow these instructions:
1. Select Shift+Alt+T to move focus to the Chrome address bar
2. Select the Left arrow key to move focus to the Accessibility Insights for Web extension.
3. Select the Space key to open the extension.

Privacy policy: http://go.microsoft.com/fwlink/?LinkId=521839
Third Party Notice: https://microsoft.github.io/accessibility-insights-web/NOTICE.html
License: https://microsoft.github.io/accessibility-insights-web/LICENSE.txt                    

拡張機能の基本情報

名前 Accessibility Insights for Web Accessibility Insights for Web
ID pbjjkligggfmakdaogkfomddhfmpjeni
公式URL https://chromewebstore.google.com/detail/accessibility-insights-fo/pbjjkligggfmakdaogkfomddhfmpjeni
説明 Accessibility Insights for Web helps developers quickly find and fix accessibility issues.
ファイルサイズ 3.65 MB
インストール数 111,609
現在のバージョン 2.41.0
最終更新日 2023-11-09
公開日 2020-05-04
評価 4.68/5 合計 37 レビュー
開発者 Accessibility Insights Team
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://go.microsoft.com/fwlink?LinkId=521839
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Accessibility Insights for Web",
    "author": "Microsoft Corporation",
    "description": "Accessibility Insights for Web helps developers quickly find and fix accessibility issues.",
    "version": "2.41.0",
    "icons": {
        "16": "icons\/brand\/blue\/brand-blue-16px.png",
        "48": "icons\/brand\/blue\/brand-blue-48px.png",
        "128": "icons\/brand\/blue\/brand-blue-128px.png"
    },
    "devtools_page": "Devtools\/devtools.html",
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "20": "icons\/brand\/blue\/brand-blue-16px.png",
            "40": "icons\/brand\/blue\/brand-blue-48px.png"
        }
    },
    "manifest_version": 3,
    "permissions": [
        "notifications",
        "scripting",
        "storage",
        "tabs",
        "webNavigation",
        "activeTab"
    ],
    "background": {
        "service_worker": "bundle\/serviceWorker.bundle.js"
    },
    "optional_host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "insights.html",
                "assessments\/*",
                "injected\/*",
                "background\/*",
                "common\/*",
                "DetailsView\/*",
                "bundle\/*",
                "NOTICE.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+Shift+K",
                "mac": "Alt+Shift+K",
                "chromeos": "Alt+Shift+K",
                "linux": "Alt+Shift+K"
            },
            "description": "Activate the extension"
        },
        "01_toggle-issues": {
            "suggested_key": {
                "windows": "Alt+Shift+1",
                "mac": "Alt+Shift+1",
                "chromeos": "Alt+Shift+1",
                "linux": "Alt+Shift+1"
            },
            "description": "Toggle Automated checks"
        },
        "02_toggle-landmarks": {
            "suggested_key": {
                "windows": "Alt+Shift+2",
                "mac": "Alt+Shift+2",
                "chromeos": "Alt+Shift+2",
                "linux": "Alt+Shift+2"
            },
            "description": "Toggle Landmarks"
        },
        "03_toggle-headings": {
            "suggested_key": {
                "windows": "Alt+Shift+3",
                "mac": "Alt+Shift+3",
                "chromeos": "Alt+Shift+3",
                "linux": "Alt+Shift+3"
            },
            "description": "Toggle Headings"
        },
        "04_toggle-tabStops": {
            "description": "Toggle Tab stops"
        },
        "05_toggle-color": {
            "description": "Toggle Color"
        },
        "06_toggle-needsReview": {
            "description": "Toggle Needs review"
        },
        "07_toggle-accessibleNames": {
            "description": "Toggle Accessible names"
        }
    }
}