Font Finder

Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more..

Qu'est-ce que Font Finder ?

Font Finder est une extension Chrome développée par https://artaxconsulting.com, et sa fonction principale est "Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more..".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Font Finder

Téléchargez les fichiers d'extension Font Finder 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

                        Best way to find font family, weight, color, etc based on the web page.

Use this font finder to detect what the font is, the font size, the font weight, and font color. Simply highlight any text on the web page you have visited, and then click the extension in your Google Chrome toolbar to see all of the details on the font you want to know more about.                    

Informations de Base sur l'Extension

Nom Font Finder Font Finder
ID ekanenkhcfehejceckfcogmfbbhadchd
URL Officiel https://chromewebstore.google.com/detail/font-finder/ekanenkhcfehejceckfcogmfbbhadchd
Description Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more..
Taille du Fichier 176 KB
Nombre d'Installations 20
Version Actuelle 0.0.6
Dernière Mise à Jour 2023-07-31
Date de Publication 2023-06-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://artaxconsulting.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://artaxconsulting.com/
URL de la Page de Politique de Confidentialité https://artaxconsulting.com/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Font Finder",
    "description": "Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more.. ",
    "version": "0.0.6",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon.png",
            "32": "icon.png"
        },
        "default_popup": "index.html",
        "default_title": "Font Finder"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content.ts-loader-50f5fc1f.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png",
        "256": "icon.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/content.ts-fb006660.js"
            ],
            "use_dynamic_url": true
        }
    ]
}