Font Customizer

Fine-tune your font settings for each website

ما هو Font Customizer؟

Font Customizer هو إضافة Chrome تم تطويرها بواسطة Sonia Young، والميزة الرئيسية لها هي "Fine-tune your font settings for each website".

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

screenshot

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

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

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

                        Change font settings beyond what browser offers!

With Font Customizer, you can change font, size, and colors for every website.

Features:
☆ Make all text bigger or smaller
☆ Hundreds of fonts with open licenses
☆ Change color from the default black

Quick start: click the icon in the toolbar to open a popup.                    

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

الاسم Font Customizer Font Customizer
ID gfbgiekofllpkpaoadjhbbfnljbcimoh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/font-customizer/gfbgiekofllpkpaoadjhbbfnljbcimoh
الوصف Fine-tune your font settings for each website
حجم الملف 330 KB
عدد التثبيتات 1,477,015
النسخة الحالية 1.4.3
آخر تحديث 2022-11-15
تاريخ النشر 2021-04-22
تقييم 4.40/5 مجموع تقييمات 92
المطور Sonia Young
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.notion.so/Font-Customizer-Privacy-policy-f87caddb5939401498ba6cd3d0c9cfc9
اللغات المدعومة id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.4.3",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/*.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "default_locale": "en",
    "permissions": [
        "fontSettings",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ]
}