Find Font

Define any font on the page.

O que é Find Font?

Find Font é uma extensão do Chrome desenvolvida por saharmashhadi522, e sua principal característica é "Define any font on the page.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Find Font

Baixe arquivos de extensão Find Font 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

                        We offer you our new unique extension Find Font that will make it easier for you to work with documents.  With Find Font you will be provided with a large number of different and cool fonts.  There is also a palette of vibrant colors for your texts.  The good thing about our product is that it is completely free.  The great advantage of our product Find Font is that it does not ask you for personal data and any other information.  Find Font is very convenient and easy to use, we are sure that if you install WhatFont on your smartphone, you will not regret it and will work with pleasure.                    

Informações Básicas da Extensão

Nome Find Font Find Font
ID cgdmldicdcifjialkangkjbdomlighml
URL Oficial https://chromewebstore.google.com/detail/find-font/cgdmldicdcifjialkangkjbdomlighml
Descrição Define any font on the page.
Tamanho do Arquivo 70.45 KB
Contagem de Instalações 260
Versão Atual 1.1
Última Atualização 2021-12-20
Data de Publicação 2021-09-06
Desenvolvedor saharmashhadi522
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Define any font on the page.",
    "icons": {
        "128": "images\/logo.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/vendor\/jq.min.js",
            "js\/vendor\/html2canvas.min.js",
            "js\/init.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/typekit.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "128": "images\/logo.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/main.js",
                "js\/vendor\/jq.min.js",
                "js\/vendor\/html2canvas.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/css\/style.css"
    ],
    "permissions": [
        "",
        "storage"
    ]
}