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
官方網址 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"
    ]
}