Fira Code for StackOverflow

Use the beautiful Fira Code font (https://github.com/tonsky/FiraCode) and its ligatures for code chunks on StackOverflow!

What is Fira Code for StackOverflow?

Fira Code for StackOverflow is a Chrome extension developed by Martin Schmelzer, and its main feature is "Use the beautiful Fira Code font (https://github.com/tonsky/FiraCode) and its ligatures for code chunks on StackOverflow!".

Extension Screenshots

screenshot

Download Fira Code for StackOverflow Extension CRX File

Download Fira Code for StackOverflow 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

                        Choose between two font weights in the extensions options.

The font is integrated in the add-on - no need to install the font on your computer! For more information on Fira Code visit https://github.com/tonsky/FiraCode.                    

Extension Basic Information

Name Fira Code for StackOverflow Fira Code for StackOverflow
ID ecldaajhgjoideepdlajkipnkblnkjhn
Official URL https://chromewebstore.google.com/detail/fira-code-for-stackoverfl/ecldaajhgjoideepdlajkipnkblnkjhn
Description Use the beautiful Fira Code font (https://github.com/tonsky/FiraCode) and its ligatures for code chunks on StackOverflow!
File Size 341 KB
Installation Count 83
Current Version 1.1
Last Updated 2021-12-04
Publish Date 2019-11-10
Rating 5.00/5 Total 1 Ratings
Developer Martin Schmelzer
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fira Code for StackOverflow",
    "version": "1.1",
    "author": "Martin Schmelzer",
    "description": "Use the beautiful Fira Code font (https:\/\/github.com\/tonsky\/FiraCode) and its ligatures for code chunks on StackOverflow!",
    "icons": {
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.stackoverflow.com\/*"
            ],
            "js": [
                "js\/fira.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ],
    "options_page": "html\/options.html",
    "permissions": [
        "storage"
    ]
}