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 là gì?
InstaVue Extension là một tiện ích mở rộng Chrome được phát triển bởi https://instavue.dev, và tính năng chính của nó là "InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng InstaVue Extension
Tải xuống các tệp mở rộng InstaVue Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | InstaVue Extension |
ID | nbkmhgpijnbbmfdjpmnebmgkdoiocglc |
URL Chính Thức | https://chromewebstore.google.com/detail/instavue-extension/nbkmhgpijnbbmfdjpmnebmgkdoiocglc |
Mô tả | InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click. |
Kích Thước Tệp | 92.31 KB |
Số Lần Cài Đặt | 627 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2019-08-12 |
Ngày Phát Hành | 2019-08-11 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://instavue.dev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://instavue.dev/ |
URL Trang Trợ Giúp | https://t.me/InstaVue |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |