InstaVue Extension

InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click.

Vad är InstaVue Extension?

InstaVue Extension är en Chrome-tillägg utvecklad av https://instavue.dev, och dess huvudfunktion är "InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click.".

Tilläggsskärmbilder

Ladda ner InstaVue Extension-förlängningens CRX-fil

Ladda ner InstaVue Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn InstaVue Extension InstaVue Extension
ID nbkmhgpijnbbmfdjpmnebmgkdoiocglc
Officiell webbadress https://chromewebstore.google.com/detail/instavue-extension/nbkmhgpijnbbmfdjpmnebmgkdoiocglc
Beskrivning InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click.
Filstorlek 92.31 KB
Antal Installationer 627
Aktuell Version 2.1
Senast Uppdaterad 2019-08-12
Publiceringsdatum 2019-08-11
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://instavue.dev
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://instavue.dev/
Hjälpsida URL https://t.me/InstaVue
Stödda Språk 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"
    }
}