Fontstorage

The simplest extension for identifying and selecting fonts on a website.

ما هو Fontstorage؟

Fontstorage هو إضافة Chrome تم تطويرها بواسطة https://fontstorage.com، والميزة الرئيسية لها هي "The simplest extension for identifying and selecting fonts on a website.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Fontstorage

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

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

                        The extension enables you to identify fonts on any website, allowing you to select a font from the Fontstorage collection directly on the site and obtain the CSS code for embedding.                    

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

الاسم Fontstorage Fontstorage
ID lpfegdkicphlldcdfeomhdochopplghk
عنوان URL الرسمي https://chromewebstore.google.com/detail/fontstorage/lpfegdkicphlldcdfeomhdochopplghk
الوصف The simplest extension for identifying and selecting fonts on a website.
حجم الملف 79.59 KB
عدد التثبيتات 8,328
النسخة الحالية 3.0.2
آخر تحديث 2024-01-22
تاريخ النشر 2019-06-25
تقييم 4.36/5 مجموع تقييمات 39
المطور https://fontstorage.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://fontstorage.com/extension
عنوان صفحة المساعدة https://fontstorage.com/author/
اللغات المدعومة de,en,fr,es,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "3.0.2",
    "action": {
        "default_icon": "img\/icon128.png",
        "default_title": "Webfonting it"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "96": "img\/icon96.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "img\/*.svg"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "homepage_url": "https:\/\/fontstorage.com\/extension\/",
    "default_locale": "en",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}