Fontstorage

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

Qu'est-ce que Fontstorage ?

Fontstorage est une extension Chrome développée par https://fontstorage.com, et sa fonction principale est "The simplest extension for identifying and selecting fonts on a website.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Fontstorage

Téléchargez les fichiers d'extension Fontstorage au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Fontstorage Fontstorage
ID lpfegdkicphlldcdfeomhdochopplghk
URL Officiel https://chromewebstore.google.com/detail/fontstorage/lpfegdkicphlldcdfeomhdochopplghk
Description The simplest extension for identifying and selecting fonts on a website.
Taille du Fichier 79.59 KB
Nombre d'Installations 8,328
Version Actuelle 3.0.2
Dernière Mise à Jour 2024-01-22
Date de Publication 2019-06-25
Évaluation 4.36/5 Total 39 Évaluations
Développeur https://fontstorage.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://fontstorage.com/extension
URL de la Page d'Aide https://fontstorage.com/author/
Langues Prises en Charge 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]"
        }
    }
}