Fira Code for StackOverflow
Use the beautiful Fira Code font (https://github.com/tonsky/FiraCode) and its ligatures for code chunks on StackOverflow!
Qu'est-ce que Fira Code for StackOverflow ?
Fira Code for StackOverflow est une extension Chrome développée par Martin Schmelzer, et sa fonction principale est "Use the beautiful Fira Code font (https://github.com/tonsky/FiraCode) and its ligatures for code chunks on StackOverflow!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fira Code for StackOverflow
Téléchargez les fichiers d'extension Fira Code for StackOverflow au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Fira Code for StackOverflow |
ID | ecldaajhgjoideepdlajkipnkblnkjhn |
URL Officiel | 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! |
Taille du Fichier | 341 KB |
Nombre d'Installations | 83 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2021-12-04 |
Date de Publication | 2019-11-10 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Martin Schmelzer |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |