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 |
| 官方網址 | 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 |
| 電子郵箱 | [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": [
" | |