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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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:\/\/*\/*"
    ]
}