Force Custom Fonts

Force the use of custom fonts for web pages. If you are professional in using CSS, the extension "Stylish" is suggested.

O que é Force Custom Fonts?

Force Custom Fonts é uma extensão do Chrome desenvolvida por Jak Wings, e sua principal característica é "Force the use of custom fonts for web pages. If you are professional in using CSS, the extension "Stylish" is suggested.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Force Custom Fonts

Baixe arquivos de extensão Force Custom Fonts 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

                        This extension has a limit:

You can not chain two substitution rules, .e.g:
  Font-A --> Font-B
  Font-B --> Font-C
does not conclude Font-A --> Font-C

If I have time I'll make a similar extension about fonts. Thanks for your support.

Change Logs:
v2.4.0 fix translations and add a local switch for who wants to disable this extension (on macbook pro?)
v2.3.1 remove redundant files
v2.3.0 now reset will auto-remove the effect added to the webpages
v2.2.1 small improvement about the CSS about element  and font-face
v2.2.0 the problem about no replacement happening was fixed                    

Informações Básicas da Extensão

Nome Force Custom Fonts Force Custom Fonts
ID hckjchjpkmbihoocajjpjajkggbccgee
URL Oficial https://chromewebstore.google.com/detail/force-custom-fonts/hckjchjpkmbihoocajjpjajkggbccgee
Descrição Force the use of custom fonts for web pages. If you are professional in using CSS, the extension "Stylish" is suggested.
Tamanho do Arquivo 14.42 KB
Contagem de Instalações 35,446
Versão Atual 2.4.0
Última Atualização 2016-11-17
Data de Publicação 2016-11-17
Classificação 4.64/5 Total de 324 Avaliações
Desenvolvedor Jak Wings
Tipo de Pagamento free
Idiomas Suportados en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "22",
    "version": "2.4.0",
    "default_locale": "en",
    "name": "__MSG_EXT_NAME__",
    "description": "__MSG_EXT_DESCRIPTION__",
    "icons": {
        "48": "icon.png"
    },
    "options_page": "options\/options.html",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/fn.js",
                "js\/style.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage",
        "unlimitedStorage",
        "fontSettings"
    ]
}