カクヨム Tool
「カクヨム」を、もう少しだけ読みやすくするツールです。
What is カクヨム Tool?
カクヨム Tool is a Chrome extension developed by kik0220, and its main feature is "「カクヨム」を、もう少しだけ読みやすくするツールです。".
Extension Screenshots
Download カクヨム Tool Extension CRX File
Download カクヨム Tool 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
「カクヨム」サイトで、背景色・文字色・フォントの変更が出来るようになります。 ※ 本ツールは「カクヨム」公式が提供するものではありません ・機能 ページ最上部で「Page Up」キーを押した場合に「前のエピソード」をクリックする ページ最下部で「Page Down」キーを押した場合に「次のエピソード」をクリックする ・選択できるフォント 明朝 ゴシック 游ゴシック Medium (その他Chromeで選択できるフォント) ・更新履歴 2024/01/23 0.0.4 横書き表示時の行間を設定出来るようにしました 2021/08/25 0.0.2 横書き表示時の幅を設定できるようにしました 2020/03/26 0.0.1 公開
Extension Basic Information
Name | カクヨム Tool |
ID | dppfalagboaamilepgplbcncjhdndgkc |
Official URL | https://chromewebstore.google.com/detail/%E3%82%AB%E3%82%AF%E3%83%A8%E3%83%A0-tool/dppfalagboaamilepgplbcncjhdndgkc |
Description | 「カクヨム」を、もう少しだけ読みやすくするツールです。 |
File Size | 23.38 KB |
Installation Count | 161 |
Current Version | 0.0.4 |
Last Updated | 2024-01-23 |
Publish Date | 2020-05-27 |
Rating | 4.33/5 Total 3 Ratings |
Developer | kik0220 |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "0.0.4", "manifest_version": 3, "default_locale": "ja", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/kakuyomu.jp\/*" ], "js": [ "scripts\/kakuyomu.js" ], "run_at": "document_end", "all_frames": false } ], "background": { "service_worker": "scripts\/background.js" }, "permissions": [ "fontSettings" ] } |