Make text easier to read :)

Provides simple options to format the text on your favorite page in lowercase and with half-bold words inspired by bionic reading.

什麼是Make text easier to read :)?

Make text easier to read :)是由gabe10777開發的Chrome擴展程式,該擴展的主要功能是“Provides simple options to format the text on your favorite page in lowercase and with half-bold words inspired by bionic reading.”。

擴展截圖

screenshot

下載Make text easier to read :)擴展crx文件

下載Make text easier to read :)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        If you're at a screen all day like some of us, you'll know text and fonts are adapting.

This extension gives you two toggleable per-website options:

- Lowercasify
Force all text on the page to be lowercase.

- Boldify
Bold the first half of every word on the page, inspired by Bionic Reading. 

This extension does not collect any of your information. It does not contact any third party services.                    

擴展基本資訊

名稱 Make text easier to read :) Make text easier to read :)
ID eogjhbpdjifmgnlabpgkadjppfomjloo
官方網址 https://chromewebstore.google.com/detail/make-text-easier-to-read/eogjhbpdjifmgnlabpgkadjppfomjloo
簡介 Provides simple options to format the text on your favorite page in lowercase and with half-bold words inspired by bionic reading.
檔案大小 32.96 KB
安裝次數 399
目前版本 1.0
更新時間 2023-01-03
上架時間 2023-01-02
評分 5.00/5 共 1 次評分
開發者 gabe10777
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Make text easier to read :)",
    "description": "Provides simple options to format the text on your favorite page in lowercase and with half-bold words inspired by bionic reading.",
    "version": "1.0",
    "action": {
        "default_icon": "images\/angy_3_128x128.jpg",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "images\/angy_1_16x16.jpg",
        "32": "images\/angy_3_128x128.jpg",
        "64": "images\/angy_2_64x64.jpg",
        "128": "images\/angy_3_128x128.jpg"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}