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
Eメール [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"
    ]
}