Font Style

Font Style is a new tool for viewing your font collection from your Google Chrome.

ما هو Font Style؟

Font Style هو إضافة Chrome تم تطويرها بواسطة https://www.keymetic.com، والميزة الرئيسية لها هي "Font Style is a new tool for viewing your font collection from your Google Chrome.".

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

screenshot

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

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

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

                        Font Style is a new tool for viewing your font collection from your web browser.
The font viewer allows you to easily review and catalog all of your installed fonts. Just install the extension and you can use chrome to test all your fonts.                    

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

الاسم Font Style Font Style
ID ajcdhdekjnodelbjdobjeodhemkkconf
عنوان URL الرسمي https://chromewebstore.google.com/detail/font-style/ajcdhdekjnodelbjdobjeodhemkkconf
الوصف Font Style is a new tool for viewing your font collection from your Google Chrome.
حجم الملف 14.53 KB
عدد التثبيتات 721
النسخة الحالية 1.0
آخر تحديث 2013-07-13
تاريخ النشر 2013-07-13
تقييم 4.00/5 مجموع تقييمات 9
المطور https://www.keymetic.com
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "name": "Font Style",
    "description": "Font Style is a new tool for viewing your font collection from your Google Chrome.",
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "Font Style",
        "default_popup": "fontstyle.html"
    },
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "fontSettings"
    ]
}