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é es Font Finder?

Font Finder es una extensión de Chrome desarrollada por https://artaxconsulting.com, y su función principal es "Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more..".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Font Finder

Descarga archivos de extensión Font Finder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Font Finder Font Finder
ID ekanenkhcfehejceckfcogmfbbhadchd
URL Oficial https://chromewebstore.google.com/detail/font-finder/ekanenkhcfehejceckfcogmfbbhadchd
Descripción Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more..
Tamaño del Archivo 176 KB
Cantidad de Instalaciones 20
Versión Actual 0.0.6
Última Actualización 2023-07-31
Fecha de Publicación 2023-06-04
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://artaxconsulting.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://artaxconsulting.com/
URL de la Página de Política de Privacidad https://artaxconsulting.com/privacy-policy
Idiomas Soportados 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
        }
    ]
}