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開發的Chrome擴展程式,該擴展的主要功能是“InstaVue just like a x-ray for VueJS application, allows you to see components and its data in just one click.”。

擴展截圖

下載InstaVue Extension擴展crx文件

下載InstaVue Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 InstaVue Extension
ID nbkmhgpijnbbmfdjpmnebmgkdoiocglc
官方網址 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"
    }
}