Web小説縦読み
複数の小説投稿サイトを縦書き表示にします
What is Web小説縦読み?
Web小説縦読み is a Chrome extension developed by kinosita, and its main feature is "複数の小説投稿サイトを縦書き表示にします".
Extension Screenshots
Download Web小説縦読み Extension CRX File
Download Web小説縦読み 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
縦書きですが、ふつうのウェブサイトと同じように上下にスクロールして読むことができます。 対応サイト↓ ・小説家になろう ・アルファポリス ・青空文庫 ・ハーメルン ・MAGNET MACROLINK ・暁 オプションで、サイトごとに縦書きレイアウトのON/OFFを切り替えられます。 カクヨム、pixivは元から縦書きレイアウト機能が存在するため、対応していません。
Extension Basic Information
Name | Web小説縦読み |
ID | nomdeahnagfjoobjimlcjfllmhmapoag |
Official URL | https://chromewebstore.google.com/detail/web%E5%B0%8F%E8%AA%AC%E7%B8%A6%E8%AA%AD%E3%81%BF/nomdeahnagfjoobjimlcjfllmhmapoag |
Description | 複数の小説投稿サイトを縦書き表示にします |
File Size | 30.5 KB |
Installation Count | 67 |
Current Version | 1.0.5 |
Last Updated | 2023-03-20 |
Publish Date | 2022-12-07 |
Developer | kinosita |
[email protected] | |
Payment Type | free |
Extension Website | https://naroutate.blog.fc2.com/blog-entry-1.html |
Help Page URL | https://naroutate.blog.fc2.com/blog-entry-1.html#comment-top |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Web\u5c0f\u8aac\u7e26\u8aad\u307f", "version": "1.0.5", "description": "\u8907\u6570\u306e\u5c0f\u8aac\u6295\u7a3f\u30b5\u30a4\u30c8\u3092\u7e26\u66f8\u304d\u8868\u793a\u306b\u3057\u307e\u3059", "permissions": [ "storage" ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "js": [ "content.js" ], "css": [ "style.css" ], "matches": [ "https:\/\/*.syosetu.com\/n*", "https:\/\/www.aozora.gr.jp\/cards\/*\/files\/*", "https:\/\/www.alphapolis.co.jp\/novel\/*\/*\/episode\/*", "https:\/\/syosetu.org\/novel\/*", "https:\/\/www.magnet-novels.com\/*", "https:\/\/www.akatsuki-novels.com\/stories\/view\/*\/novel_id~*" ] } ], "options_page": "options.html" } |