HTML Object Finder

Find Objects - id, name and custom attributes highlighted in different colors for easier test automation

Что такое HTML Object Finder?

HTML Object Finder - это расширение Chrome, разработанное http://price-logic.com, и его основная функция - "Find Objects - id, name and custom attributes highlighted in different colors for easier test automation".

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

screenshot

Скачать файл CRX расширения HTML Object Finder

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

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

                        Easily find objects or object groups in HTML code                    

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

Название HTML Object Finder HTML Object Finder
ID nkmpfjcdddfidbacipdaladjcgddgjgp
Официальный URL https://chrome.google.com/webstore/detail/html-object-finder/nkmpfjcdddfidbacipdaladjcgddgjgp
Описание Find Objects - id, name and custom attributes highlighted in different colors for easier test automation
Размер файла 81.71 KB
Количество установок 206
Текущая Версия 1.0
Последнее Обновление 2017-05-24
Дата публикации 2017-05-24
Рейтинг 5.00/5 Всего 1 оценок
Разработчик http://price-logic.com
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "object_finder.html",
        "default_title": "HTML Object Finder"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Find Objects - id, name and custom attributes highlighted in different colors for easier test automation",
    "manifest_version": 2,
    "name": "HTML Object Finder",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}