Access Assistant
Access Assistant
什麼是Access Assistant?
Access Assistant是由Level Access開發的Chrome擴展程式,該擴展的主要功能是“Access Assistant”。
擴展截圖
下載Access Assistant擴展crx文件
下載Access Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Test your web pages for accessibility with Access Assistant. With over 250 fully automated accessibility tests, and many more partially-automated and manual tests, you can identify the most common, highest risk accessibility violations on your website or application. View details for any accessibility violation, along with remediation guidance. Simply run a Quick Test on any web page to view details for all accessibility violations on the page, along with remediation guidance. Testing results can also be saved to Level Access' Accessibility Management Platform (AMP), where you can report on your site’s accessibility compliance over time. This extension accesses URLs for all open tabs to enable testing of pages on any open tab.
擴展基本資訊
名稱 | Access Assistant |
ID | ojiighldhdmahfdnhfdebnpmlbiemdfm |
官方網址 | https://chromewebstore.google.com/detail/access-assistant/ojiighldhdmahfdnhfdebnpmlbiemdfm |
簡介 | Access Assistant |
檔案大小 | 2.15 MB |
安裝次數 | 13,768 |
目前版本 | 9.5.1.21 |
更新時間 | 2024-01-05 |
上架時間 | 2020-07-27 |
評分 | 4.89/5 共 56 次評分 |
開發者 | Level Access |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.levelaccess.com/ |
說明頁面URL | https://support.levelaccess.com/hc/en-us/categories/360001290611-Access-Assistant |
隱私政策頁面URL | https://www.levelaccess.com/privacy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Access Assistant", "author": "Level Access", "version": "9.5.1.21", "description": "Access Assistant", "action": { "default_title": "Access Assistant", "default_icon": { "16": "img\/access-assistant-16.png", "32": "img\/access-assistant-32.png", "48": "img\/access-assistant-48.png", "128": "img\/access-assistant-128.png" } }, "permissions": [ "activeTab", "tabs", "storage", "scripting", "webNavigation" ], "background": { "service_worker": "background.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "app.js", "AccessEngine.professional.js", "LevelAccess-AST.js", "LevelAccess-Macro.js", "LevelAccess-AST.css", "ast.css", "astWindow.js", "img\/*", "fonts\/**\/*" ], "matches": [ " |