Fira Code for StackOverflow
Use the beautiful Fira Code font (https://github.com/tonsky/FiraCode) and its ligatures for code chunks on StackOverflow!
Cos'è Fira Code for StackOverflow?
Fira Code for StackOverflow è un'estensione di Chrome sviluppata da Martin Schmelzer, e la sua funzione principale è "Use the beautiful Fira Code font (https://github.com/tonsky/FiraCode) and its ligatures for code chunks on StackOverflow!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fira Code for StackOverflow
Scarica i file di estensione Fira Code for StackOverflow in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Fira Code for StackOverflow |
ID | ecldaajhgjoideepdlajkipnkblnkjhn |
URL Ufficiale | https://chromewebstore.google.com/detail/fira-code-for-stackoverfl/ecldaajhgjoideepdlajkipnkblnkjhn |
Descrizione | Use the beautiful Fira Code font (https://github.com/tonsky/FiraCode) and its ligatures for code chunks on StackOverflow! |
Dimensione del File | 341 KB |
Conteggio Installazioni | 83 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2021-12-04 |
Data di Pubblicazione | 2019-11-10 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Martin Schmelzer |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |