Show IDs

This extension lets you see all the elements that have IDs on a page

Что такое Show IDs?

Show IDs - это расширение Chrome, разработанное sean.whitehead, и его основная функция - "This extension lets you see all the elements that have IDs on a page".

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

screenshot

Скачать файл CRX расширения Show IDs

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

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

                        This extension lets you see all the elements that have IDs on a page                    

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

Название Show IDs Show IDs
ID hiindfmgljampomgiacjkjbaieigeajd
Официальный URL https://chromewebstore.google.com/detail/show-ids/hiindfmgljampomgiacjkjbaieigeajd
Описание This extension lets you see all the elements that have IDs on a page
Размер файла 7.67 KB
Количество установок 166
Текущая Версия 1.0
Последнее Обновление 2019-06-23
Дата публикации 2019-06-17
Разработчик sean.whitehead
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show IDs",
    "version": "1.0",
    "icons": {
        "128": "show-ids-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Show IDs",
        "default_popup": "popup.html",
        "default_icon": "show-ids-icon.png"
    }
}