Boldish

Makes the first half of word half bold

Boldish là gì?

Boldish là một tiện ích mở rộng Chrome được phát triển bởi jlowell000, và tính năng chính của nó là "Makes the first half of word half bold".

Ả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 Boldish

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

                        A basic thing that will try to make the first half of words bolded. It may break the css in some websites depending on how they implement things                    

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

Tên Boldish Boldish
ID pkfneifpfeioklmcapdbhoiflffdpkia
URL Chính Thức https://chromewebstore.google.com/detail/boldish/pkfneifpfeioklmcapdbhoiflffdpkia
Mô tả Makes the first half of word half bold
Kích Thước Tệp 15.29 KB
Số Lần Cài Đặt 75
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-05-25
Ngày Phát Hành 2022-05-24
Nhà Phát Triển jlowell000
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jlowell000/boldish
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boldish",
    "description": "Makes the first half of word half bold",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/boldish16.png",
            "32": "\/images\/boldish32.png",
            "48": "\/images\/boldish48.png",
            "128": "\/images\/boldish128.png"
        }
    },
    "icons": {
        "16": "\/images\/boldish16.png",
        "32": "\/images\/boldish32.png",
        "48": "\/images\/boldish48.png",
        "128": "\/images\/boldish128.png"
    }
}