Modify DevTools Fonts

To Modify DevTools Font to SF UI Text and Monaco;

What is Modify DevTools Fonts?

Modify DevTools Fonts is a Chrome extension developed by AlphaTr, and its main feature is "To Modify DevTools Font to SF UI Text and Monaco;".

Extension Screenshots

screenshot

Download Modify DevTools Fonts Extension CRX File

Download Modify DevTools Fonts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        To Modify DevTools Font to SF UI Text and Monaco;                    

Extension Basic Information

Name Modify DevTools Fonts Modify DevTools Fonts
ID ieaamoipiklnfjboicdchbbinbifjied
Official URL https://chrome.google.com/webstore/detail/modify-devtools-fonts/ieaamoipiklnfjboicdchbbinbifjied
Description To Modify DevTools Font to SF UI Text and Monaco;
File Size 10.76 KB
Installation Count 26
Current Version 1.1.2
Last Updated 2019-11-06
Publish Date 2019-11-06
Developer AlphaTr
Email [email protected]
Payment Type free
Supported Languages 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
    }
}