Boldify
Set the first half of words to bold
什么是Boldify?
Boldify是由Marcel Samyn开发的Chrome扩展程序,该扩展的主要功能是“Set the first half of words to bold”。
扩展截图
下载Boldify扩展crx文件
下载Boldify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Boldify |
ID | felocciljakkcpogfaaibfcngebibbdm |
官方URL | https://chromewebstore.google.com/detail/boldify/felocciljakkcpogfaaibfcngebibbdm |
简介 | Set the first half of words to bold |
文件大小 | 11.08 KB |
安装次数 | 717 |
当前版本 | 1.0.0 |
更新时间 | 2022-06-06 |
上架时间 | 2022-06-05 |
评分 | 3.50/5 共4次评分 |
开发者 | Marcel Samyn |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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": [] } ] } |