Half Bold

A tool to help people with ADHD improve their reading focus and comprehension.

Half Bold là gì?

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

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng 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 text without being overwhelmed. This can be a great tool to activate when you see long blogs or even a large group of paragraphs.

Change log:
Version: 1.1.0
- Add feature Half bold text for text plain file
- Add feature selected some text and fast share on social such as: twitter, linkedIn and facebook (auto post use api post).                    

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

Tên Half Bold Half Bold
ID mlmoighangjfhiookjppplipefbbnaoo
URL Chính Thức https://chromewebstore.google.com/detail/half-bold/mlmoighangjfhiookjppplipefbbnaoo
Mô tả A tool to help people with ADHD improve their reading focus and comprehension.
Kích Thước Tệp 568 KB
Số Lần Cài Đặt 78,247
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2023-11-22
Ngày Phát Hành 2023-03-27
Đánh Giá 4.02/5 Tổng số 109 Đánh Giá
Nhà Phát Triển repon
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/the-policy/home
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Half Bold",
    "version": "1.1.1",
    "description": "A tool to help people with ADHD improve their reading focus and comprehension.",
    "icons": {
        "48": "icon128.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "32": "icon32.png",
            "128": "icon128.png"
        },
        "default_popup": "src\/popup\/index.html"
    },
    "options_page": "src\/options\/index.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.ts.63a775b4.1408c1bb.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/linkedin.com\/*",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.twitter.com\/*"
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "declarativeNetRequest"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/index.ts.63a775b4.js"
            ],
            "use_dynamic_url": true
        }
    ]
}