Fira Code for StackOverflow
Use the beautiful Fira Code font (https://github.com/tonsky/FiraCode) and its ligatures for code chunks on StackOverflow!
Co to jest Fira Code for StackOverflow?
Fira Code for StackOverflow to rozszerzenie Chrome opracowane przez Martin Schmelzer, a jego główną funkcją jest „Use the beautiful Fira Code font (https://github.com/tonsky/FiraCode) and its ligatures for code chunks on StackOverflow!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Fira Code for StackOverflow
Pobierz pliki rozszerzeń Fira Code for StackOverflow w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Fira Code for StackOverflow |
ID | ecldaajhgjoideepdlajkipnkblnkjhn |
Oficjalny URL | https://chromewebstore.google.com/detail/fira-code-for-stackoverfl/ecldaajhgjoideepdlajkipnkblnkjhn |
Opis | Use the beautiful Fira Code font (https://github.com/tonsky/FiraCode) and its ligatures for code chunks on StackOverflow! |
Rozmiar pliku | 341 KB |
Liczba instalacji | 83 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2021-12-04 |
Data Publikacji | 2019-11-10 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Martin Schmelzer |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |