Boldish
Makes the first half of word half bold
What is Boldish?
Boldish is a Chrome extension developed by jlowell000, and its main feature is "Makes the first half of word half bold".
Extension Screenshots
Download Boldish Extension CRX File
Download Boldish extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Boldish |
ID | pkfneifpfeioklmcapdbhoiflffdpkia |
Official URL | https://chromewebstore.google.com/detail/boldish/pkfneifpfeioklmcapdbhoiflffdpkia |
Description | Makes the first half of word half bold |
File Size | 15.29 KB |
Installation Count | 75 |
Current Version | 1.0 |
Last Updated | 2022-05-25 |
Publish Date | 2022-05-24 |
Developer | jlowell000 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/jlowell000/boldish |
Supported Languages | 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" } } |