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