Fontstorage

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

Co to jest Fontstorage?

Fontstorage to rozszerzenie Chrome opracowane przez https://fontstorage.com, a jego główną funkcją jest „The simplest extension for identifying and selecting fonts on a website.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Fontstorage

Pobierz pliki rozszerzeń Fontstorage w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Fontstorage Fontstorage
ID lpfegdkicphlldcdfeomhdochopplghk
Oficjalny URL https://chromewebstore.google.com/detail/fontstorage/lpfegdkicphlldcdfeomhdochopplghk
Opis The simplest extension for identifying and selecting fonts on a website.
Rozmiar pliku 79.59 KB
Liczba instalacji 8,328
Aktualna Wersja 3.0.2
Ostatnia Aktualizacja 2024-01-22
Data Publikacji 2019-06-25
Ocena 4.36/5 Łącznie 39 Oceny
Deweloper https://fontstorage.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://fontstorage.com/extension
Adres URL Strony Pomocy https://fontstorage.com/author/
Obsługiwane Języki 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]"
        }
    }
}