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ファイルをダウンロード

Alt Audit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}