ElementHistory
See what code created or updated a DOM element
ElementHistoryคืออะไร?
ElementHistory เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matt Zeunert และคุณลักษณะหลักของมันคือ "See what code created or updated a DOM element"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ElementHistory
ดาวน์โหลดไฟล์ส่วนขยาย ElementHistory ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Turn on element history in a tab by clicking the ElementHistory icon. Reload the page if you want to track the whole history. More information: https://github.com/mattzeunert/ElementHistory Report issues here: https://github.com/mattzeunert/ElementHistory/issues
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ElementHistory |
ID | idhhmihgigngdppfpklkdklfaikkecge |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/elementhistory/idhhmihgigngdppfpklkdklfaikkecge |
คำอธิบาย | See what code created or updated a DOM element |
ขนาดไฟล์ | 281 KB |
จำนวนการติดตั้ง | 47 |
เวอร์ชันปัจจุบัน | 1.6 |
อัปเดตครั้งล่าสุด | 2017-11-15 |
วันที่เผยแพร่ | 2017-11-15 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Matt Zeunert |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/mattzeunert/ElementHistory |
URL หน้าช่วยเหลือ | https://github.com/mattzeunert/ElementHistory/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ElementHistory", "description": "See what code created or updated a DOM element", "version": "1.6", "browser_action": [], "icons": { "64": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "devtools_page": "devtools.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "web_accessible_resources": [ "trackHistory.js" ] } |