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 :) là gì?

Make text easier to read :) là một tiện ích mở rộng Chrome được phát triển bởi gabe10777, và tính năng chính của nó là "Provides simple options to format the text on your favorite page in lowercase and with half-bold words inspired by bionic reading.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Make text easier to read :)

Tải xuống các tệp mở rộng Make text easier to read :) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Make text easier to read :) Make text easier to read :)
ID eogjhbpdjifmgnlabpgkadjppfomjloo
URL Chính Thức https://chromewebstore.google.com/detail/make-text-easier-to-read/eogjhbpdjifmgnlabpgkadjppfomjloo
Mô tả Provides simple options to format the text on your favorite page in lowercase and with half-bold words inspired by bionic reading.
Kích Thước Tệp 32.96 KB
Số Lần Cài Đặt 399
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-01-03
Ngày Phát Hành 2023-01-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển gabe10777
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}