Modify DevTools Fonts
To Modify DevTools Font to SF UI Text and Monaco;
Was ist Modify DevTools Fonts?
Modify DevTools Fonts ist eine Chrome-Erweiterung, die von AlphaTr entwickelt wurde, und ihr Hauptmerkmal ist "To Modify DevTools Font to SF UI Text and Monaco;".
Erweiterungsscreenshots
Modify DevTools Fonts-Erweiterungs-CRX-Datei herunterladen
Laden Sie Modify DevTools Fonts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
To Modify DevTools Font to SF UI Text and Monaco; Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ieaamoipiklnfjboicdchbbinbifjied |
| Offizielle URL | https://chrome.google.com/webstore/detail/modify-devtools-fonts/ieaamoipiklnfjboicdchbbinbifjied |
| Beschreibung | To Modify DevTools Font to SF UI Text and Monaco; |
| Dateigröße | 10.76 KB |
| Installationsanzahl | 26 |
| Aktuelle Version | 1.1.2 |
| Letztes Update | 2019-11-06 |
| Veröffentlichungsdatum | 2019-11-06 |
| Entwickler | AlphaTr |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
}
} | |