Modify DevTools Fonts
To Modify DevTools Font to SF UI Text and Monaco;
Wat is Modify DevTools Fonts?
Modify DevTools Fonts is een Chrome-extensie ontwikkeld door AlphaTr, en de belangrijkste functie is "To Modify DevTools Font to SF UI Text and Monaco;".
Extensie Screenshots
Download het CRX-bestand van de extensie Modify DevTools Fonts
Download Modify DevTools Fonts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
To Modify DevTools Font to SF UI Text and Monaco;
Basisinformatie over de Extensie
Naam | |
ID | ieaamoipiklnfjboicdchbbinbifjied |
Officiële URL | https://chrome.google.com/webstore/detail/modify-devtools-fonts/ieaamoipiklnfjboicdchbbinbifjied |
Beschrijving | To Modify DevTools Font to SF UI Text and Monaco; |
Bestandsgrootte | 10.76 KB |
Aantal Installaties | 26 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2019-11-06 |
Publicatiedatum | 2019-11-06 |
Ontwikkelaar | AlphaTr |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |