Accessibility Developer Tools

(Deprecated.) Accessibility audit and element properties.

Accessibility Developer Tools là gì?

Accessibility Developer Tools là một tiện ích mở rộng Chrome được phát triển bởi Google Accessibility, và tính năng chính của nó là "(Deprecated.) Accessibility audit and element properties.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Accessibility Developer Tools

Tải xuống các tệp mở rộng Accessibility Developer Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension is deprecated, and will be removed from the Chrome Web Store at a future date.

As an alternative to the functionality provided by this extension, please check out the built-in Accessibility audits in the Lighthouse Audits panel in Chrome DevTools, the new accessibility debugging tools in the Elements panel, and/or the the aXe extension by Deque Systems.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Accessibility Developer Tools Accessibility Developer Tools
ID fpkknkljclfencbdbgkenhalefipecmb
URL Chính Thức https://chrome.google.com/webstore/detail/accessibility-developer-t/fpkknkljclfencbdbgkenhalefipecmb
Mô tả (Deprecated.) Accessibility audit and element properties.
Kích Thước Tệp 58.83 KB
Số Lần Cài Đặt 57,174
Phiên Bản Hiện Tại 3.0.1
Cập Nhật Lần Cuối 2018-03-04
Ngày Phát Hành 2018-03-04
Đánh Giá 4.10/5 Tổng số 143 Đánh Giá
Nhà Phát Triển Google Accessibility
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "3.0.1",
    "description": "(Deprecated.) Accessibility audit and element properties.",
    "default_locale": "en",
    "icons": {
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "devtools_page": "devtools.html",
    "permissions": [
        "experimental",
        "tabs",
        "webNavigation",
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "generated\/axs.js",
        "generated\/constants.js",
        "generated\/extension.js",
        "generated\/utils.js",
        "generated\/properties.js",
        "devtools.js",
        "devtools.html",
        "sidebar.html",
        "sidebar.js",
        "sidebar.css"
    ],
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDLoq7goGePRgHGJUh062AivkyY02+zjyK7MfZsqgu2UfU5+BZm2xL+AbSGhyLaRUhkvoDcInJ5ZgovWbb3hj1Ck9ag5Cjhiy7bOngWYGsDclaCNJlkYCv\/9rqexUdZ4+O698PEwaErIUmbIs9AQbFyNzqSHFIh1V8Y5F\/HGMd9qwIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "21.0.1137.1"
}