Vue.js devtools - UI Customized
Browser DevTools extension for debugging Vue.js applications.
Vue.js devtools - UI Customizedとは何ですか?
Vue.js devtools - UI Customizedはparimaanam.netによって開発されたChromeの拡張機能で、その主な機能は「Browser DevTools extension for debugging Vue.js applications.」です。
拡張機能のスクリーンショット
Vue.js devtools - UI Customized拡張機能のCRXファイルをダウンロード
Vue.js devtools - UI Customized拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a custom build of Vue DevTools from the official repo with customized fonts and UI element sizes.
This modified version uses 'Code New Roman' font as a replacement for Roboto font used in the official version. Also, the font sizes are reduced to match with the chrome dev tools standard size. 拡張機能の基本情報
| 名前 | |
| ID | fjjopahebfkmlmkekebhacaklbhiefbn |
| 公式URL | https://chromewebstore.google.com/detail/vuejs-devtools-ui-customi/fjjopahebfkmlmkekebhacaklbhiefbn |
| 説明 | Browser DevTools extension for debugging Vue.js applications. |
| ファイルサイズ | 1.96 MB |
| インストール数 | 8,000 |
| 現在のバージョン | 6.5.1 |
| 最終更新日 | 2023-11-10 |
| 公開日 | 2021-12-25 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | parimaanam.net |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Vue.js devtools - UI Customized",
"version": "6.5.1",
"version_name": "6.5.1",
"description": "Browser DevTools extension for debugging Vue.js applications.",
"manifest_version": 2,
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"browser_action": {
"default_icon": {
"16": "icons\/16-gray.png",
"48": "icons\/48-gray.png",
"128": "icons\/128-gray.png"
},
"default_title": "Vue Devtools",
"default_popup": "popups\/not-found.html"
},
"web_accessible_resources": [
"devtools.html",
"devtools-background.html",
"build\/backend.js"
],
"devtools_page": "devtools-background.html",
"background": {
"scripts": [
"build\/background.js"
],
"persistent": true
},
"permissions": [
" | |