Font Changer

Change any font easy!

ما هو Font Changer؟

Font Changer هو إضافة Chrome تم تطويرها بواسطة https://fontsly.com، والميزة الرئيسية لها هي "Change any font easy!".

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

screenshot
screenshot

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

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

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

                        Collection of the best preset fonts. 
There is also a possibility to change size&color of text.                    

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

الاسم Font Changer Font Changer
ID cngbpbdpdeldglofjjppipdleagpefog
عنوان URL الرسمي https://chromewebstore.google.com/detail/font-changer/cngbpbdpdeldglofjjppipdleagpefog
الوصف Change any font easy!
حجم الملف 196 KB
عدد التثبيتات 2,365
النسخة الحالية 1.0.1
آخر تحديث 2021-02-04
تاريخ النشر 2021-02-04
تقييم 3.90/5 مجموع تقييمات 20
المطور https://fontsly.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://fontsly.com/
عنوان صفحة سياسة الخصوصية https://free-qr.com/privacy-policy
اللغات المدعومة id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery\/jquery-3.4.1.js",
                "inject.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/*.googleapis.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "fontSettings",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}