HTML Attribute Value Finder

This extension finds the value of an attribute of an HTML element on the page.

HTML Attribute Value Finderคืออะไร?

HTML Attribute Value Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joey Albano และคุณลักษณะหลักของมันคือ "This extension finds the value of an attribute of an HTML element on the page."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTML Attribute Value Finder

ดาวน์โหลดไฟล์ส่วนขยาย HTML Attribute Value Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Finds the value of HTML attributes on the current page.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ HTML Attribute Value Finder HTML Attribute Value Finder
ID dpibfajbckgioeeiihpjdgbhdpbdjmfi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/html-attribute-value-find/dpibfajbckgioeeiihpjdgbhdpbdjmfi
คำอธิบาย This extension finds the value of an attribute of an HTML element on the page.
ขนาดไฟล์ 237 KB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2017-12-28
วันที่เผยแพร่ 2017-12-27
ผู้พัฒนา Joey Albano
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML Attribute Value Finder",
    "description": "This extension finds the value of an attribute of an HTML element on the page.",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}