Fira Code for StackOverflow
Use the beautiful Fira Code font (https://github.com/tonsky/FiraCode) and its ligatures for code chunks on StackOverflow!
Fira Code for StackOverflowとは何ですか?
Fira Code for StackOverflowはMartin Schmelzerによって開発されたChromeの拡張機能で、その主な機能は「Use the beautiful Fira Code font (https://github.com/tonsky/FiraCode) and its ligatures for code chunks on StackOverflow!」です。
拡張機能のスクリーンショット
Fira Code for StackOverflow拡張機能のCRXファイルをダウンロード
Fira Code for StackOverflow拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | ecldaajhgjoideepdlajkipnkblnkjhn |
| 公式URL | https://chromewebstore.google.com/detail/fira-code-for-stackoverfl/ecldaajhgjoideepdlajkipnkblnkjhn |
| 説明 | Use the beautiful Fira Code font (https://github.com/tonsky/FiraCode) and its ligatures for code chunks on StackOverflow! |
| ファイルサイズ | 341 KB |
| インストール数 | 83 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2021-12-04 |
| 公開日 | 2019-11-10 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Martin Schmelzer |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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"
]
} | |