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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы помощи 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]"
        }
    }
}