InstaVue Extension
InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click.
InstaVue Extensionคืออะไร?
InstaVue Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://instavue.dev และคุณลักษณะหลักของมันคือ "InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย InstaVue Extension
ดาวน์โหลดไฟล์ส่วนขยาย InstaVue Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Fast and simple VueJS inspector that helps you to: - see all components on the page - inspect any component in just 1 click - work with production builds - change properties of the component - pin or ignore components - pin properties and filter thru them deeply using powerful patterns - more awesome things to come! Not a replacement for powerful and awesome VueJS devtools.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | InstaVue Extension |
ID | nbkmhgpijnbbmfdjpmnebmgkdoiocglc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/instavue-extension/nbkmhgpijnbbmfdjpmnebmgkdoiocglc |
คำอธิบาย | InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click. |
ขนาดไฟล์ | 92.31 KB |
จำนวนการติดตั้ง | 627 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2019-08-12 |
วันที่เผยแพร่ | 2019-08-11 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://instavue.dev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://instavue.dev/ |
URL หน้าช่วยเหลือ | https://t.me/InstaVue |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "InstaVue Extension", "version": "2.1", "author": "FullThrottle Dev", "description": "InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click.", "manifest_version": 2, "icons": { "128": "icon-128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_popup": "popup.html" } } |