Which Font Finder

Find which font is used on any webpage

Qu'est-ce que Which Font Finder ?

Which Font Finder est une extension Chrome développée par Dmitriy Harchenko, et sa fonction principale est "Find which font is used on any webpage".

Captures d'Écran de l'Extension

screenshot

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

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

                        Which font finder finds fonts used on web pages.
Features:

Find what font used on a web page
One click copy to clipboard. CSS-compatible format
Always free                    

Informations de Base sur l'Extension

Nom Which Font Finder Which Font Finder
ID ehkhacomapbiakglhglcjlpphlhbijbj
URL Officiel https://chromewebstore.google.com/detail/which-font-finder/ehkhacomapbiakglhglcjlpphlhbijbj
Description Find which font is used on any webpage
Taille du Fichier 124 KB
Nombre d'Installations 359,398
Version Actuelle 1.0.2.0
Dernière Mise à Jour 2023-07-26
Date de Publication 2022-11-19
Évaluation 5.00/5 Total 4 Évaluations
Développeur Dmitriy Harchenko
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/e/2PACX-1vRIclfWTkY9LLxZSRofrZrpq_vJCI5BpK_dZ8BIdaROxdxoCjPOlxEdjCXZEF4tkZsnfO0aj_sTVhRN/pub
Langues Prises en Charge id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extShortDesc__",
    "version": "1.0.2.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "300": "icons\/icon300.png"
        },
        "default_title": "__MSG_extName__"
    },
    "minimum_chrome_version": "88.0",
    "incognito": "split",
    "permissions": [
        "contextMenus",
        "scripting",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "css\/files\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}