InstaVue Extension
InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click.
Co to jest InstaVue Extension?
InstaVue Extension to rozszerzenie Chrome opracowane przez https://instavue.dev, a jego główną funkcją jest „InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia InstaVue Extension
Pobierz pliki rozszerzeń InstaVue Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | InstaVue Extension |
ID | nbkmhgpijnbbmfdjpmnebmgkdoiocglc |
Oficjalny URL | https://chromewebstore.google.com/detail/instavue-extension/nbkmhgpijnbbmfdjpmnebmgkdoiocglc |
Opis | InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click. |
Rozmiar pliku | 92.31 KB |
Liczba instalacji | 627 |
Aktualna Wersja | 2.1 |
Ostatnia Aktualizacja | 2019-08-12 |
Data Publikacji | 2019-08-11 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | https://instavue.dev |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://instavue.dev/ |
Adres URL Strony Pomocy | https://t.me/InstaVue |
Obsługiwane Języki | 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" } } |