Nehan Reader

あらゆるサイトをページ送り(縦書き、横書き、見開きに対応)に変換し、電子書籍のように閲覧できるリーダーです。

What is Nehan Reader?

Nehan Reader is a Chrome extension developed by https://tb.antiscroll.com, and its main feature is "あらゆるサイトをページ送り(縦書き、横書き、見開きに対応)に変換し、電子書籍のように閲覧できるリーダーです。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Nehan Reader Extension CRX File

Download Nehan Reader 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

                        ページ送りにしたいサイトを開いてから、ブラウザメニュー上に表示される「涅」のボタンをクリックすると起動します。

初期設定は「横書き+見開き」ですが、左上の「設定ボタン(歯車のアイコン)」から縦書きと横書き、フォント、表示サイズ、見開き、背景色などを変更できます。

オプション設定(「涅」のボタンを右クリック)からは、自動変換するサイトや、変換する対象となるエレメント(サイト毎)なども設定できます。

(注意事項)

ページ内の画像が遅延読み込みになっているようなサイトで、ビューアーが表示されない場合があります。その場合は、いったんページを下までスクロールして、遅延読み込みになっている画像をすべて表示してから、変換ボタンを押してみて下さい。                    

Extension Basic Information

Name Nehan Reader Nehan Reader
ID bebbekgiffjpgjlgkkhmlgheckolmdcf
Official URL https://chromewebstore.google.com/detail/nehan-reader/bebbekgiffjpgjlgkkhmlgheckolmdcf
Description あらゆるサイトをページ送り(縦書き、横書き、見開きに対応)に変換し、電子書籍のように閲覧できるリーダーです。
File Size 5.6 MB
Installation Count 790
Current Version 4.3.3
Last Updated 2024-02-16
Publish Date 2020-06-12
Rating 4.60/5 Total 5 Ratings
Developer https://tb.antiscroll.com
Email [email protected]
Payment Type free
Extension Website https://tb.antiscroll.com
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nehan Reader",
    "version": "4.3.3",
    "manifest_version": 3,
    "short_name": "\u3042\u3089\u3086\u308b\u30b5\u30a4\u30c8\u3092\u30da\u30fc\u30b8\u9001\u308a\uff08\u7e26\u66f8\u304d\u3001\u6a2a\u66f8\u304d\u3001\u898b\u958b\u304d\u306b\u5bfe\u5fdc\uff09\u306b\u5909\u63db\u3057\u3001\u96fb\u5b50\u66f8\u7c4d\u306e\u3088\u3046\u306b\u95b2\u89a7\u3067\u304d\u308b\u30ea\u30fc\u30c0\u30fc",
    "description": "\u3042\u3089\u3086\u308b\u30b5\u30a4\u30c8\u3092\u30da\u30fc\u30b8\u9001\u308a\uff08\u7e26\u66f8\u304d\u3001\u6a2a\u66f8\u304d\u3001\u898b\u958b\u304d\u306b\u5bfe\u5fdc\uff09\u306b\u5909\u63db\u3057\u3001\u96fb\u5b50\u66f8\u7c4d\u306e\u3088\u3046\u306b\u95b2\u89a7\u3067\u304d\u308b\u30ea\u30fc\u30c0\u30fc\u3067\u3059\u3002",
    "homepage_url": "https:\/\/github.com\/tategakibunko",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": "images\/icon-19.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles\/nehan.css",
                "styles\/reader.semantic.css",
                "styles\/reader.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/ipaexm.woff",
                "images\/loading.gif",
                "images\/config.png",
                "images\/toc.png",
                "images\/help.png",
                "images\/bookmark.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html"
    }
}