Force Custom Fonts

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

什么是Force Custom Fonts?

Force Custom Fonts是由Jak Wings开发的Chrome扩展程序,该扩展的主要功能是“Force the use of custom fonts for web pages. If you are professional in using CSS, the extension "Stylish" is suggested.”。

扩展截图

screenshot

下载Force Custom Fonts扩展crx文件

下载Force Custom Fonts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Force Custom Fonts Force Custom Fonts
ID hckjchjpkmbihoocajjpjajkggbccgee
官方URL https://chromewebstore.google.com/detail/force-custom-fonts/hckjchjpkmbihoocajjpjajkggbccgee
简介 Force the use of custom fonts for web pages. If you are professional in using CSS, the extension "Stylish" is suggested.
文件大小 14.42 KB
安装次数 35,446
当前版本 2.4.0
更新时间 2016-11-17
上架时间 2016-11-17
评分 4.64/5 共324次评分
开发者 Jak Wings
付费类型 free
支持的语言 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"
    ]
}