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 |
官方網址 | 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" } } |