H-tag

This extension will show tag on page

ما هو H-tag؟

H-tag هو إضافة Chrome تم تطويرها بواسطة getnpower، والميزة الرئيسية لها هي "This extension will show tag on page".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة H-tag

قم بتنزيل ملفات الامتداد H-tag بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension show all H1, H2, H3, H4, H5 and H6 tags on page.
Very simple and useful extension for SEO  specialists and web content makers.
To view the tags, click the "Show tag" button. To view the page in its original - click the "Hide tag" button.
With this extension, you can easily check the structure of  tag on your page.                    

معلومات أساسية عن التمديد

الاسم H-tag H-tag
ID fjigfcghoooegmndmejpoeoodplfmoca
عنوان URL الرسمي https://chromewebstore.google.com/detail/h-tag/fjigfcghoooegmndmejpoeoodplfmoca
الوصف This extension will show tag on page
حجم الملف 13.21 KB
عدد التثبيتات 10,000
النسخة الحالية 1.02
آخر تحديث 2021-05-14
تاريخ النشر 2018-06-23
تقييم 5.00/5 مجموع تقييمات 9
المطور getnpower
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "H-tag",
    "short_name": "H-tag",
    "description": "This extension will show  tag on page",
    "version": "1.02",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon\/16.png",
            "32": "icon\/32.png",
            "48": "icon\/48.png",
            "128": "icon\/128.png"
        }
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}