Boldify
Set the first half of words to bold
Boldify là gì?
Boldify là một tiện ích mở rộng Chrome được phát triển bởi Marcel Samyn, và tính năng chính của nó là "Set the first half of words to bold".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
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
This extension adds a button to the browser bar. When you click it, the first half of every word in the article you're on becomes bold. It's an experiment to help you read faster.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Boldify |
ID | felocciljakkcpogfaaibfcngebibbdm |
URL Chính Thức | https://chromewebstore.google.com/detail/boldify/felocciljakkcpogfaaibfcngebibbdm |
Mô tả | Set the first half of words to bold |
Kích Thước Tệp | 11.08 KB |
Số Lần Cài Đặt | 717 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2022-06-06 |
Ngày Phát Hành | 2022-06-05 |
Đánh Giá | 3.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Marcel Samyn |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Boldify", "version": "1.0.0", "description": "Set the first half of words to bold", "homepage_url": "https:\/\/samyn.co", "manifest_version": 3, "icons": { "128": "icon.dee6e4e2.png" }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [], "content_scripts": [], "action": { "default_title": "Click to Boldify" }, "background": { "service_worker": "background.29a1a909.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "boldify.js" ], "matches": [] } ] } |