Reverse Half Bold

A tool to help a special someone improve their reading focus and comprehension.

Reverse Half Bold là gì?

Reverse Half Bold là một tiện ích mở rộng Chrome được phát triển bởi jaymes86, và tính năng chính của nó là "A tool to help a special someone improve their reading focus and comprehension.".

Ả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 Reverse Half Bold

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

                        Half Bold literally bolds half of the word allows all users to focus on the second half of text without being overwhelmed. This can be a great tool to activate when you see long blogs or even a large group of paragraphs. For some that have a hard time reading the last part of a word this is for you.                    

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

Tên Reverse Half Bold Reverse Half Bold
ID jhpfchnpighpdppcacjlilfklpejlnkh
URL Chính Thức https://chromewebstore.google.com/detail/reverse-half-bold/jhpfchnpighpdppcacjlilfklpejlnkh
Mô tả A tool to help a special someone improve their reading focus and comprehension.
Kích Thước Tệp 134 KB
Số Lần Cài Đặt 623
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-04-12
Ngày Phát Hành 2023-04-12
Nhà Phát Triển jaymes86
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": "Reverse Half Bold",
    "version": "1.2",
    "description": "A tool to help a special someone improve their reading focus and comprehension.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "popup.js"
            ]
        }
    ]
}