Add Html Tag ID's

This extension adds a Unique HTML Tag Identifier to all HTML tags on an inspected page through the Chrome Developer Tools

Что такое Add Html Tag ID's?

Add Html Tag ID's - это расширение Chrome, разработанное bradcandell, и его основная функция - "This extension adds a Unique HTML Tag Identifier to all HTML tags on an inspected page through the Chrome Developer Tools".

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

screenshot

Скачать файл CRX расширения Add Html Tag ID's

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

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

                        A developer tool created to provide a consistent identifier for HTML tags between the Marketing and IT department.

Instead of receiving an email like this:

"Can you change the link for 'More Information' to point to http://localhost/Test instead of http://localhost/Weirdo"

You can receive something a bit more applicable:

"Can you change A-12 to link to http://localhost/Test"


Both users on the team install this extension and can coordinate HTML changes using a consistent dialect!

Note: Have been using in a smaller organization for about 2 years with good success!

Source Code is available: https://github.com/BradCandell/Chrome.DeveloperTools.AddTagIDs                    

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

Название Add Html Tag ID's Add Html Tag ID's
ID bglcipaoeaiiinbgbbicpmnndfloibga
Официальный URL https://chrome.google.com/webstore/detail/add-html-tag-ids/bglcipaoeaiiinbgbbicpmnndfloibga
Описание This extension adds a Unique HTML Tag Identifier to all HTML tags on an inspected page through the Chrome Developer Tools
Размер файла 17.13 KB
Количество установок 22
Текущая Версия 1.0.0
Последнее Обновление 2015-02-13
Дата публикации 2015-02-13
Рейтинг 5.00/5 Всего 2 оценок
Разработчик bradcandell
Тип оплаты free
Официальный сайт расширения https://github.com/BradCandell/Chrome.DeveloperTools.AddTagIDs
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add Html Tag ID's",
    "description": "This extension adds a Unique HTML Tag Identifier to all HTML tags on an inspected page through the Chrome Developer Tools",
    "version": "1.0.0",
    "icons": {
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "devtools_page": "devtools.html"
}