PACT Engine
PeopleTech Accessibility Compliance Tool
PACT Engine란 무엇입니까?
PACT Engine은(는) People Tech Group에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PeopleTech Accessibility Compliance Tool"입니다.
확장 프로그램 스크린샷
PACT Engine 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
PACT Engine fetches the violations of WCAG 2.0 and Section 508. Pact Engine will also axelerate the best practices of the web development which will help developer to maintain code standards. PACT will differentiate accessibility issues Level wise and WCAG guidelines wise, which will help both development team and client as well. PACT is lightweight chrome extension built up on core javascript, hence pact will show accessibility issues in a blink. PACT differentiates itself from other approaches and rules repositories in the following ways: 1. PACT is developed as browser plugin – Any web page or application can be tested. 2. PACT will differentiate - Level A, AA, AAA , Section 508 & WCAG success criteria. 3. PACT will export all violations to either EXCEL or JIRA – easy to track all the issues. 4. Dynamically violations will get updated based on dynamic content. PACT API Version: 1.76 This extension is governed by the license agreement at https://www.peopletech.com
확장 프로그램 기본 정보
이름 | |
ID | ghnebihkloddbfjhhainedngckegndeg |
공식 URL | https://chrome.google.com/webstore/detail/pact-engine/ghnebihkloddbfjhhainedngckegndeg |
설명 | PeopleTech Accessibility Compliance Tool |
파일 크기 | 857 KB |
설치 횟수 | 354 |
현재 버전 | 1.78 |
최근 업데이트 | 2020-02-11 |
출시 날짜 | 2020-02-09 |
평점 | 4.50/5 총 8 개의 평점 |
개발자 | People Tech Group |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://peopletech.com/a11y/licenses/privacy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PACT Engine", "version": "1.78", "description": "PeopleTech Accessibility Compliance Tool", "devtools_page": "devtools.html", "background": { "scripts": [ "scripts\/background.js", "scripts\/tab-order.js", "scripts\/high-lighter.js" ] }, "page_action": { "default_popup": "popup.html", "default_icon": "images\/color_16x16.png" }, "icons": { "16": "images\/color_16x16.png", "48": "images\/app_icon_48.png", "128": "images\/App_Icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/localhost\/*" ], "js": [ "scripts\/jquery-1.12.1.min.js", "scripts\/jquery-ui.min.js", "scripts\/messageback-script.js" ], "css": [ "css\/Injected-styles.css" ] } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/localhost\/*", "storage", "declarativeContent", "activeTab" ], "manifest_version": 2 } |