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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | 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" } } |