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 |
| 电子邮箱 | [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"
]
} | |