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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}