Previewer for Google Fonts

Easily sample Google fonts on any web page.

ما هو Previewer for Google Fonts؟

Previewer for Google Fonts هو إضافة Chrome تم تطويرها بواسطة Ryan Hanson، والميزة الرئيسية لها هي "Easily sample Google fonts on any web page.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Previewer for Google Fonts

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

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

                        ▪ Filter by name, style, and weight.
▪ Apply different fonts to multiple CSS selectors.
▪ Add your favorite fonts to a list.
▪ Optionally store fonts in the local cache to boost performance and reduce requests.                    

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

الاسم Previewer for Google Fonts Previewer for Google Fonts
ID fcoejgdpakegcdbcchpgdopdopfgcglm
عنوان URL الرسمي https://chromewebstore.google.com/detail/previewer-for-google-font/fcoejgdpakegcdbcchpgdopdopfgcglm
الوصف Easily sample Google fonts on any web page.
حجم الملف 52.87 KB
عدد التثبيتات 174
النسخة الحالية 0.1.0
آخر تحديث 2021-10-22
تاريخ النشر 2021-10-22
تقييم 5.00/5 مجموع تقييمات 3
المطور Ryan Hanson
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Previewer for Google Fonts",
    "description": "Easily sample Google fonts on any web page.",
    "version": "0.1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icons": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "unlimitedStorage"
    ]
}