Heads Up
View your
data for easier developing.Heads Upคืออะไร?
Heads Up เป็นส่วนขยายของ Chrome ที่พัฒนาโดย De Voorhoede และคุณลักษณะหลักของมันคือ "View your
data for easier developing."ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Heads Up
ดาวน์โหลดไฟล์ส่วนขยาย Heads Up ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Heads Up is a tool for web developers to easily and visually see the data in your . This prevents time spent viewing the source code of the page you are testing. Heads Up works with any site and web app. Supports local host and hot module reloading. Heads Up currently supports: - Inspecting page for application and search related metadata. - Previewing cards for Facebook, LinkedIn, Slack, Twitter and WhatsApp. Heads Up is open source. You can view the source code on Github at: https://github.com/voorhoede/heads-up.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Heads Up |
ID | ajjdmakdoicbgmgoacfmlplnefljpcke |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/heads-up/ajjdmakdoicbgmgoacfmlplnefljpcke |
คำอธิบาย | View your data for easier developing. |
ขนาดไฟล์ | 445 KB |
จำนวนการติดตั้ง | 140 |
เวอร์ชันปัจจุบัน | 2.3.1 |
อัปเดตครั้งล่าสุด | 2023-05-15 |
วันที่เผยแพร่ | 2020-02-08 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | De Voorhoede |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://headsup.voorhoede.nl/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Heads Up", "short_name": "Heads Up", "version": "2.3.1", "description": "View your data for easier developing.", "author": "De Voorhoede", "minimum_chrome_version": "90.0", "icons": { "36": "devtools\/assets\/icons\/icon-36.png", "96": "devtools\/assets\/icons\/icon-96.png" }, "background": { "service_worker": "devtools\/background.js", "type": "module" }, "devtools_page": "devtools\/devtools.html", "content_scripts": [ { "matches": [ " |