Bold Reading
Read faster online by making the first 3 letters of every word bold.
Bold Readingとは何ですか?
Bold Readingはcatanderによって開発されたChromeの拡張機能で、その主な機能は「Read faster online by making the first 3 letters of every word bold.」です。
拡張機能のスクリーンショット
Bold Reading拡張機能のCRXファイルをダウンロード
Bold Reading拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Bionic reading for the web. Bold Reading lets you read content faster online by making the first 3 letters of every word bold. A proven method for speed reading. 拡張機能の基本情報
| 名前 | |
| ID | ehflcpdnmceagfokepkopokliphflafj |
| 公式URL | https://chromewebstore.google.com/detail/bold-reading/ehflcpdnmceagfokepkopokliphflafj |
| 説明 | Read faster online by making the first 3 letters of every word bold. |
| ファイルサイズ | 24.76 KB |
| インストール数 | 1,457 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2023-04-16 |
| 公開日 | 2023-04-16 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | catander |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Bold Reading",
"version": "1.0",
"description": "Read faster online by making the first 3 letters of every word bold.",
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/128.png"
}
},
"icons": {
"16": "images\/16.png",
"24": "images\/24.png",
"32": "images\/32.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
} | |