Fontstorage

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

Cos'è Fontstorage?

Fontstorage è un'estensione di Chrome sviluppata da https://fontstorage.com, e la sua funzione principale è "The simplest extension for identifying and selecting fonts on a website.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Fontstorage

Scarica i file di estensione Fontstorage in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Fontstorage Fontstorage
ID lpfegdkicphlldcdfeomhdochopplghk
URL Ufficiale https://chromewebstore.google.com/detail/fontstorage/lpfegdkicphlldcdfeomhdochopplghk
Descrizione The simplest extension for identifying and selecting fonts on a website.
Dimensione del File 79.59 KB
Conteggio Installazioni 8,328
Versione Corrente 3.0.2
Ultimo Aggiornamento 2024-01-22
Data di Pubblicazione 2019-06-25
Valutazione 4.36/5 Totale 39 Valutazioni
Sviluppatore https://fontstorage.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://fontstorage.com/extension
URL della Pagina di Aiuto https://fontstorage.com/author/
Lingue Supportate 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]"
        }
    }
}