Basic Font Readability

Make text on any website bigger/smaller or sans-serif/serif without changing the website's layout.

什么是Basic Font Readability?

Basic Font Readability是由https://emdixonroche.com开发的Chrome扩展程序,该扩展的主要功能是“Make text on any website bigger/smaller or sans-serif/serif without changing the website's layout.”。

扩展截图

screenshot

下载Basic Font Readability扩展crx文件

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

扩展使用说明

                        Are you ever on website with really small text in a really hard to read font? 
But you can zoom in so no problem right? 
But.. now you've zoomed in you can see the menu or the general website layout BECAUSE you zoomed in?

With this extension you don't have to lose the layout of the website AND you can make it all an easy to read font. 

Make all text:
1. Bigger OR Smaller
2. Sans Serif or Serif (basically Arial vs Times New Roman).                    

扩展基本信息

名称 Basic Font Readability Basic Font Readability
ID ehkgmkdmnbmimjkpgmmhgefgmimnmdjh
官方URL https://chromewebstore.google.com/detail/basic-font-readability/ehkgmkdmnbmimjkpgmmhgefgmimnmdjh
简介 Make text on any website bigger/smaller or sans-serif/serif without changing the website's layout.
文件大小 162 KB
安装次数 28
当前版本 0.4
更新时间 2020-03-20
上架时间 2020-03-18
评分 4.00/5 共4次评分
开发者 https://emdixonroche.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Basic Font Readability",
    "version": "0.4",
    "icons": {
        "16": "favicon.png",
        "128": "favicon.png"
    },
    "description": "Make text on any website bigger\/smaller or sans-serif\/serif without changing the website's layout.",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-1.12.4.min.js",
                "js\/contentScript.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}