AI 产品解读A browser extension that enhances the reading experience on Japanese novel websites (小説家になろう / syosetu.com) by allowing users to customize the appearance and navigation of novel pages.
The default reading interface on syosetu.com may not be comfortable for all users (poor readability, small text, inconvenient navigation). This tool solves readability issues by allowing customization of background color, text color, font, and page width, and improves navigation with keyboard shortcuts.
User installs extension → visits syosetu.com novel reading pages → extension automatically injects a customization panel allowing users to adjust background color, text color, font, and width → users can also use keyboard shortcuts for navigation, favorites, and likes → settings are saved in localStorage for persistence across sessions
Customizable background colorCustomizable text colorFont selection (default, Yu Gothic Medium, or any Chrome-available font)Adjustable content widthKeyboard shortcuts: ← for back, → for next page, PageUp/PageDown for navigation at page edgesB key to add/remove episode from favorites
- 目标用户
- Japanese web novel readers who use 小説家になろう (syosetu.com) and related sites (ノクターンノベルズ, ムーンライトノベルズ, ミッドナイトノベルズ) / Users who prefer customizing reading experience with specific fonts, colors, and layout
- The extension only targets specific syosetu.com subdomains (ncode.syosetu.com, novel18.syosetu.com). Other related sites mentioned in the description (ノクターンノベルズ, ムーンライトノベルズ, ミッドナイトノベルズ) are not in the content_scripts matches, suggesting they may not be supported or were supported in earlier versions. The analysis is based on static code review without runtime testing.
付费分析未识别到付费功能
The extension is completely free with no paid features, subscription gates, or payment integrations. All features (background color, text color, font selection, page width adjustment, keyboard shortcuts, index page expansion) are available without any payment. The 'pro' keyword match in _metadata/verified_contents.json is a false positive from Chrome's extension verification metadata, not related to paid features.
- 置信度
- 98
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension is a purely local UI-enhancement tool for the syosetu.com novel reading site. It does not implement any login UI, account creation, or authentication flow. While the destination site (syosetu.com) may require login to write novels or manage favorites, reading novels is generally possible without login, and the extension itself does not gate any functionality behind a login. The 'B' key for favorites and 'G' key for likes may require the user to be logged into the destination site, but this is a destination_service requirement, not an extension requirement.
いつも便利に使わせて頂いています。ありがとうございました。 一つ気になったのが感想欄に記入しているとき、カーソル移動させようと左右キーを押すとページ移動されてしまうようです。 できれば入力欄などにカーソルがある場合はページ移動しないようできないでしょうか。 判定が難しいようであれば、対応されてなくても構いません。 今のままでも十分ありがたいツールなので。
エピソードごとの感想欄から作品のその番号のエピソードに飛べるようになったら嬉しいです。
いつも便利に使わせて頂いております。ありがとうございます。 出来ましたら "↑ページトップへ"を↑だけにして欲しいのです 。幅指定によっては本文に被ることがあるので… main()内に以下を付け加えて動くのは確認しております。 // ページトップへ を削除する var pt = document.querySelector("#pageTop"); if (pt !== null) { pt.textContent = pt.textContent.replace(/↑ページトップへ/g, "↑"); } 9/23 採用頂きありがとうございます!快適です!
開発者様!!。 ありがとうございます。背景と文字の色がいろいろ出来ていいですね。 (緑の黒板に、白いチョークで書いたイメージで使わせてもらってます。) あと、ページ途中でも、「次のページ」 「前のページ」が使えるようにしてもらえませんか。ページ最下部 までいかなくても、小説の本文を読み終えたら、次のページへ飛びたいです。 さらに欲を言えば、 寝転んで小説を読んでると、PU PDのキーが遠いので、出来れば PUは[←] 、PDは[→] を代わりに使いたいです。 できれは、バージョンupのときでもよろしくお願いします。 19:30 ありがとうございます。 凄い早い対応で驚きました。 「←」 「→」 快適です。
PCでなろうを読む時に重宝してます。 ※2024/9/21時点で動作せず ※※まさかの当日対応で動作良好です、ありがとうございました!
フォントや幅を変えられるのは便利ですね。 背景色、文字色の設定はオフにできないでしょうか? 作家さんが設定した色が上書きされてしまうので、オフにしたいです。
横幅を変えられるのが便利過ぎる。本当にありがとうございます。
「小説家になろう」(「小説を読もう!」)の小説を自分好みのレイアウトにして読みたいけれどHTMLやCSSの知識は無い、という人はぜひ導入すべき拡張機能です。 まず、背景色・文字色を24ビットカラーから選択できたり、本文の幅を変えられたりするところが素晴らしいです。 さらに、小説本文を表示するフォントをパソコンに入っているものから選択できるので、自由度が高いです。 また、「読もう!」の小説をキーボード操作で読んでいる人にもおすすめです。 PageUpキー・PageDownキーによるページ送りやBキーによるブックマーク機能がとても便利です。 私はマウスへ手を伸ばすのが億劫なキーボード派の人間なので重宝してます。 総じて、「読もう!」ライフを快適にしてくれる拡張機能なので強いこだわりがある人以外は導入すべき拡張機能だと思います。
大変使いやすい、自由度が高いのがポイントです
背景色とフォントを自由に選択できるので自分好みの配色にでき、とても嬉しいです。 可能であれば一行の文字数?行幅?ページの表示幅?も、設定できるようになるとうれしいなーと感じました!