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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Martin Schmelzer และคุณลักษณะหลักของมันคือ "Use the beautiful Fira Code font (https://github.com/tonsky/FiraCode) and its ligatures for code chunks on StackOverflow!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fira Code for StackOverflow

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}