Font Finder

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

O que é Font Finder?

Font Finder é uma extensão do Chrome desenvolvida por https://artaxconsulting.com, e sua principal característica é "Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more..".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Font Finder

Baixe arquivos de extensão Font Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Font Finder Font Finder
ID ekanenkhcfehejceckfcogmfbbhadchd
URL Oficial https://chromewebstore.google.com/detail/font-finder/ekanenkhcfehejceckfcogmfbbhadchd
Descrição Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more..
Tamanho do Arquivo 176 KB
Contagem de Instalações 20
Versão Atual 0.0.6
Última Atualização 2023-07-31
Data de Publicação 2023-06-04
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://artaxconsulting.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://artaxconsulting.com/
URL da Página de Política de Privacidade https://artaxconsulting.com/privacy-policy
Idiomas Suportados 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
        }
    ]
}