Vue.js devtools - UI Customized
Browser DevTools extension for debugging Vue.js applications.
Hvad er Vue.js devtools - UI Customized?
Vue.js devtools - UI Customized er en Chrome-udvidelse udviklet af parimaanam.net, og dens hovedfunktion er "Browser DevTools extension for debugging Vue.js applications.".
Udvidelsesskærmbilleder
Download Vue.js devtools - UI Customized-udvidelses-CRX-fil
Download Vue.js devtools - UI Customized-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fjjopahebfkmlmkekebhacaklbhiefbn |
| Officiel URL | https://chromewebstore.google.com/detail/vuejs-devtools-ui-customi/fjjopahebfkmlmkekebhacaklbhiefbn |
| Beskrivelse | Browser DevTools extension for debugging Vue.js applications. |
| Filstørrelse | 1.96 MB |
| Antal Installationer | 8,000 |
| Nuværende Version | 6.5.1 |
| Senest Opdateret | 2023-11-10 |
| Udgivelsesdato | 2021-12-25 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | parimaanam.net |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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": [
" | |