Fira Code for StackOverflow
Use the beautiful Fira Code font (https://github.com/tonsky/FiraCode) and its ligatures for code chunks on StackOverflow!
Apa itu Fira Code for StackOverflow?
Fira Code for StackOverflow adalah ekstensi Chrome yang dikembangkan oleh Martin Schmelzer, dan fitur utamanya adalah "Use the beautiful Fira Code font (https://github.com/tonsky/FiraCode) and its ligatures for code chunks on StackOverflow!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Fira Code for StackOverflow
Unduh file ekstensi Fira Code for StackOverflow dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Fira Code for StackOverflow |
ID | ecldaajhgjoideepdlajkipnkblnkjhn |
URL Resmi | https://chromewebstore.google.com/detail/fira-code-for-stackoverfl/ecldaajhgjoideepdlajkipnkblnkjhn |
Deskripsi | Use the beautiful Fira Code font (https://github.com/tonsky/FiraCode) and its ligatures for code chunks on StackOverflow! |
Ukuran File | 341 KB |
Jumlah Instalasi | 83 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2021-12-04 |
Tanggal Publikasi | 2019-11-10 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Martin Schmelzer |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |