Font Tester

Preview your webpage with Google Fonts

ما هو Font Tester؟

Font Tester هو إضافة Chrome تم تطويرها بواسطة hkphillips42، والميزة الرئيسية لها هي "Preview your webpage with Google Fonts".

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

screenshot
screenshot

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

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

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

                        Extension for web developers/designers to quickly preview different Google fonts applied to a web page. A popup menu presents a single select field with font options.                    

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

الاسم Font Tester Font Tester
ID imccahjhfnnifmcmfelbcijnilebgggg
عنوان URL الرسمي https://chromewebstore.google.com/detail/font-tester/imccahjhfnnifmcmfelbcijnilebgggg
الوصف Preview your webpage with Google Fonts
حجم الملف 297 KB
عدد التثبيتات 63
النسخة الحالية 0.0.1
آخر تحديث 2023-05-05
تاريخ النشر 2023-05-05
المطور hkphillips42
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/hunterphillips/font-tester
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Font Tester",
    "description": "Preview your webpage with Google Fonts",
    "version": "0.0.1",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}