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 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 फ़ाइल डाउनलोड करें
crx प्रारूप में InstaVue Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/ |
सहायता पृष्ठ 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" } } |