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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}