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!”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Fira Code for StackOverflow Fira Code for StackOverflow
ID ecldaajhgjoideepdlajkipnkblnkjhn
官方網址 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"
    ]
}