IdFinder

It's unique chrome extension that get all id in a webpage and show them in a popup

Что такое IdFinder?

IdFinder - это расширение Chrome, разработанное VarP, и его основная функция - "It's unique chrome extension that get all id in a webpage and show them in a popup".

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

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

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

                        It's unique chrome extension that get id and show them in a popup.
Search all id in all webpages and if you click on id highlight a element of div.
Is thinked for a google tag manager.
Highlight in red all duplicated ids.

Is the same for all classes. Try to change tab.                    

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

Название IdFinder IdFinder
ID hjnnbkbfciocofgmbkmdgbldbkfabcdc
Официальный URL https://chrome.google.com/webstore/detail/hjnnbkbfciocofgmbkmdgbldbkfabcdc
Описание It's unique chrome extension that get all id in a webpage and show them in a popup
Размер файла 859 KB
Количество установок 47
Текущая Версия 1.8
Последнее Обновление 2017-05-22
Дата публикации 2017-05-22
Рейтинг 4.50/5 Всего 4 оценок
Разработчик VarP
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://pasqualedelucia.netsons.org
URL страницы помощи http://pasqualedelucia.netsons.org
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IdFinder",
    "version": "1.8",
    "manifest_version": 2,
    "description": "It's unique chrome extension that get all id in a webpage and show them in a popup",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        ""
    ]
}