Modify DevTools Fonts
To Modify DevTools Font to SF UI Text and Monaco;
Vad är Modify DevTools Fonts?
Modify DevTools Fonts är en Chrome-tillägg utvecklad av AlphaTr, och dess huvudfunktion är "To Modify DevTools Font to SF UI Text and Monaco;".
Tilläggsskärmbilder
Ladda ner Modify DevTools Fonts-förlängningens CRX-fil
Ladda ner Modify DevTools Fonts-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
To Modify DevTools Font to SF UI Text and Monaco; Grundläggande Information om Tillägg
| Namn | |
| ID | ieaamoipiklnfjboicdchbbinbifjied |
| Officiell webbadress | https://chrome.google.com/webstore/detail/modify-devtools-fonts/ieaamoipiklnfjboicdchbbinbifjied |
| Beskrivning | To Modify DevTools Font to SF UI Text and Monaco; |
| Filstorlek | 10.76 KB |
| Antal Installationer | 26 |
| Aktuell Version | 1.1.2 |
| Senast Uppdaterad | 2019-11-06 |
| Publiceringsdatum | 2019-11-06 |
| Utvecklare | AlphaTr |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
}
} | |