Modify DevTools Fonts
To Modify DevTools Font to SF UI Text and Monaco;
Hvad er Modify DevTools Fonts?
Modify DevTools Fonts er en Chrome-udvidelse udviklet af AlphaTr, og dens hovedfunktion er "To Modify DevTools Font to SF UI Text and Monaco;".
Udvidelsesskærmbilleder
Download Modify DevTools Fonts-udvidelses-CRX-fil
Download Modify DevTools Fonts-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
To Modify DevTools Font to SF UI Text and Monaco; Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ieaamoipiklnfjboicdchbbinbifjied |
| Officiel URL | https://chrome.google.com/webstore/detail/modify-devtools-fonts/ieaamoipiklnfjboicdchbbinbifjied |
| Beskrivelse | To Modify DevTools Font to SF UI Text and Monaco; |
| Filstørrelse | 10.76 KB |
| Antal Installationer | 26 |
| Nuværende Version | 1.1.2 |
| Senest Opdateret | 2019-11-06 |
| Udgivelsesdato | 2019-11-06 |
| Udvikler | AlphaTr |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Modify DevTools Fonts",
"version": "1.1.2",
"description": "To Modify DevTools Font to SF UI Text and Monaco;",
"devtools_page": "devtools.html",
"manifest_version": 2,
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"storage"
],
"options_ui": {
"page": "options.html",
"open_in_tab": false
}
} | |