Boldify

Automatically makes the first half of every word on a page bold.

Boldify là gì?

Boldify là một tiện ích mở rộng Chrome được phát triển bởi sssillah1, và tính năng chính của nó là "Automatically makes the first half of every word on a page bold.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Boldify

Tải xuống các tệp mở rộng Boldify 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

                        Some readers may find it difficult to focus while reading. This extension aims to address that by using the typography developed by Swiss designer  Renato Casutt. When the extension is active, it will bold the initial part of the word in order to make it easier to process. 

This may be helpful for those who find concentrating while reading difficult, for those with dyslexia, or those who have ADHD.                    

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

Tên Boldify Boldify
ID lcckknlmojcknpkmnbodkfoonifcgngm
URL Chính Thức https://chromewebstore.google.com/detail/boldify/lcckknlmojcknpkmnbodkfoonifcgngm
Mô tả Automatically makes the first half of every word on a page bold.
Kích Thước Tệp 33.54 KB
Số Lần Cài Đặt 120
Phiên Bản Hiện Tại 1.0.0.1
Cập Nhật Lần Cuối 2023-05-19
Ngày Phát Hành 2023-05-19
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển sssillah1
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": "Boldify",
    "description": "Automatically makes the first half of every word on a page bold.",
    "version": "1.0.0.1",
    "icons": {
        "16": "icons\/icon16_enabled.png",
        "32": "icons\/icon32_enabled.png",
        "48": "icons\/icon48_enabled.png",
        "128": "icons\/icon128_enabled.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ]
}