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
公式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
Eメール [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"
    }
}