Fira Code for StackOverflow

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

Wat is Fira Code for StackOverflow?

Fira Code for StackOverflow is een Chrome-extensie ontwikkeld door Martin Schmelzer, en de belangrijkste functie is "Use the beautiful Fira Code font (https://github.com/tonsky/FiraCode) and its ligatures for code chunks on StackOverflow!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Fira Code for StackOverflow

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

                        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.                    

Basisinformatie over de Extensie

Naam Fira Code for StackOverflow Fira Code for StackOverflow
ID ecldaajhgjoideepdlajkipnkblnkjhn
Officiële URL https://chromewebstore.google.com/detail/fira-code-for-stackoverfl/ecldaajhgjoideepdlajkipnkblnkjhn
Beschrijving Use the beautiful Fira Code font (https://github.com/tonsky/FiraCode) and its ligatures for code chunks on StackOverflow!
Bestandsgrootte 341 KB
Aantal Installaties 83
Huidige Versie 1.1
Laatst Bijgewerkt 2021-12-04
Publicatiedatum 2019-11-10
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Martin Schmelzer
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}