Alt Audit

Run Alt Audit on a webpage to scan the page for images and get an overview of how the page is handling alt text.

Alt Audit란 무엇입니까?

Alt Audit은(는) https://mattsoria.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Run Alt Audit on a webpage to scan the page for images and get an overview of how the page is handling alt text."입니다.

확장 프로그램 스크린샷

screenshot

Alt Audit 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Alt Audit aims to make it easier to audit a page for all images and their alt tags. This initial MVP release just tells you how many images were found on a page, how many non-empty alt tags were found on the page, and what all of the alt text is. It will flag alt text that appears to be just the filename. The idea is to give you a quick way to summarize how alt tags are being used and how they can be improved. Still in development and very open to feedback and ideas for features.                    

확장 프로그램 기본 정보

이름 Alt Audit Alt Audit
ID knpagjbjmcocipojngdfnalpojcjhbof
공식 URL https://chromewebstore.google.com/detail/alt-audit/knpagjbjmcocipojngdfnalpojcjhbof
설명 Run Alt Audit on a webpage to scan the page for images and get an overview of how the page is handling alt text.
파일 크기 207 KB
설치 횟수 37
현재 버전 1.4
최근 업데이트 2021-04-12
출시 날짜 2021-04-04
개발자 https://mattsoria.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/itsmattsoria/alt-audit
도움말 페이지 URL https://github.com/itsmattsoria/alt-audit/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alt Audit",
    "description": "Run Alt Audit on a webpage to scan the page for images and get an overview of how the page is handling alt text.",
    "version": "1.4",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/alt-audit16.png",
            "32": "\/images\/alt-audit32.png",
            "48": "\/images\/alt-audit48.png",
            "128": "\/images\/alt-audit128.png"
        }
    },
    "icons": {
        "16": "\/images\/alt-audit16.png",
        "32": "\/images\/alt-audit32.png",
        "48": "\/images\/alt-audit48.png",
        "128": "\/images\/alt-audit128.png"
    }
}