Font Finder

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

Cos'è Font Finder?

Font Finder è un'estensione di Chrome sviluppata da https://artaxconsulting.com, e la sua funzione principale è "Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more..".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Font Finder

Scarica i file di estensione Font Finder 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Font Finder Font Finder
ID ekanenkhcfehejceckfcogmfbbhadchd
URL Ufficiale https://chromewebstore.google.com/detail/font-finder/ekanenkhcfehejceckfcogmfbbhadchd
Descrizione Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more..
Dimensione del File 176 KB
Conteggio Installazioni 20
Versione Corrente 0.0.6
Ultimo Aggiornamento 2023-07-31
Data di Pubblicazione 2023-06-04
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://artaxconsulting.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://artaxconsulting.com/
URL della Pagina della Politica sulla Privacy https://artaxconsulting.com/privacy-policy
Lingue Supportate 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
        }
    ]
}