Font Changer

Find elements on the page and change their font with just few clicks.

ما هو Font Changer؟

Font Changer هو إضافة Chrome تم تطويرها بواسطة Rafał Florczak، والميزة الرئيسية لها هي "Find elements on the page and change their font with just few clicks.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Font Changer

قم بتنزيل ملفات الامتداد Font Changer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        You can use this extension to make the desired parts of the website look more readable by changing their fonts.                    

معلومات أساسية عن التمديد

الاسم Font Changer Font Changer
ID jokhgliahkldheenecgebcldmdcccocp
عنوان URL الرسمي https://chromewebstore.google.com/detail/font-changer/jokhgliahkldheenecgebcldmdcccocp
الوصف Find elements on the page and change their font with just few clicks.
حجم الملف 182 KB
عدد التثبيتات 357
النسخة الحالية 0.3.3
آخر تحديث 2022-04-13
تاريخ النشر 2019-03-21
تقييم 1.00/5 مجموع تقييمات 2
المطور Rafał Florczak
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/florczakraf/font-changer
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Font Changer",
    "version": "0.3.3",
    "description": "Find elements on the page and change their font with just few clicks.",
    "icons": {
        "64": "font-changer\/icons\/64.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "font-changer\/content-script\/font-changer.js"
            ],
            "css": [
                "font-changer\/content-script\/font-changer.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "font-changer\/icons\/64.png",
        "default_title": "Font Changer"
    },
    "background": {
        "scripts": [
            "font-changer\/background\/background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}