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 |
Eメール | [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" } } |