Alt Attribute Viewer

Apps display the alt attribute while browsing the web site.

Что такое Alt Attribute Viewer?

Alt Attribute Viewer - это расширение Chrome, разработанное webgoto, и его основная функция - "Apps display the alt attribute while browsing the web site.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Alt Attribute Viewer

Скачайте файлы расширений Alt Attribute Viewer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        WEBサイトの画像(imgタグ)に付いている代替テキスト(alt属性)を表示します。
alt属性が存在しない場合、[None]と表示されます。
alt属性が空の場合、[Empty]と表示されます。
WEBサイト開発時の確認にお使いください。                    

Основная информация о расширении

Название Alt Attribute Viewer Alt Attribute Viewer
ID jdbchghhjaomjaagmhdgcdhijjjinbli
Официальный URL https://chromewebstore.google.com/detail/alt-attribute-viewer/jdbchghhjaomjaagmhdgcdhijjjinbli
Описание Apps display the alt attribute while browsing the web site.
Размер файла 28.26 KB
Количество установок 1,359
Текущая Версия 1.15
Последнее Обновление 2021-01-27
Дата публикации 2016-06-22
Рейтинг 3.40/5 Всего 5 оценок
Разработчик webgoto
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon19_off.png",
        "default_title": "to ON"
    },
    "description": "Apps display the alt attribute while browsing the web site.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Alt Attribute Viewer",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.15"
}