Q-WAX

Q-WAX is a tool that can help diagnose and fix the accessibility problem.

Q-WAXคืออะไร?

Q-WAX เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Qfactor และคุณลักษณะหลักของมันคือ "Q-WAX is a tool that can help diagnose and fix the accessibility problem."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Q-WAX

ดาวน์โหลดไฟล์ส่วนขยาย Q-WAX ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ----------------------------- TEST Version ------------------------------

장애인 차별 금지법 제 21조 및 시행령 제 14조에 따라 
웹 접근성을 준수 여부에 대해 간략한 점검을 하는 확장 프로그램입니다.
기본 base는 OpenWAX를 참조하여 제작되었습니다.

(This Extension is Simple Check Web Accessbility 
 Based on OpenWax Extension)

사용법(How to Use)

주소표시줄 오른쪽의 확장프로그램 아이콘을 클릭하면
왼쪽에 새로운 프레임이 나오면서 결과가 표시됩니다.

(Browser Address Bar right side click to Extension icon
 Then few minutes later, Show left side a new Frame)

기능(Feature)

결과 부분 html로 다운로드 기능(Download report view to html file)

검사항목 HTML 라인 수 확인(check HTML Line Number for Element)
(outerHTML 기반)

현재 화면 캡쳐기능(Browser Screen Capture)
(based on html2canvas)

개인정보 수집 및 외부링크는 존재하지 않습니다.
(This Extension not taken privacy and external hyperlink)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Q-WAX Q-WAX
ID olhbmfnpiplmoilemekppfocfnmdkpcl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/q-wax/olhbmfnpiplmoilemekppfocfnmdkpcl
คำอธิบาย Q-WAX is a tool that can help diagnose and fix the accessibility problem.
ขนาดไฟล์ 2.09 MB
จำนวนการติดตั้ง 86
เวอร์ชันปัจจุบัน 1.7.1
อัปเดตครั้งล่าสุด 2021-04-15
วันที่เผยแพร่ 2021-04-15
ผู้พัฒนา Qfactor
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Q-WAX",
    "version": "1.7.1",
    "description": "Q-WAX is a tool that can help diagnose and fix the accessibility problem.",
    "browser_action": {
        "default_icon": "logo_19.png",
        "default_popup": "popup.html"
    },
    "default_locale": "ko",
    "icons": {
        "128": "logo_128.png",
        "16": "logo_16.png",
        "19": "logo_19.png",
        "48": "logo_48.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' chrome-extension-resource:; object-src 'self'",
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "achecker.css"
            ],
            "js": [
                "lib\/rainbowColor.js",
                "lib\/colorInspector.js",
                "lib\/Section.js",
                "lib\/Sections.js",
                "lib\/Score.js",
                "lib\/KWAX.js",
                "i18n.js",
                "achecker.js",
                "lib\/xlsx.full.min.js",
                "lib\/jszip.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "downloads",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "popup-attach-tagname.html",
        "help.html"
    ]
}