Manga Reader

Manga Reader

Manga Readerとは何ですか?

Manga Readerはlyrian1995によって開発されたChromeの拡張機能で、その主な機能は「Manga Reader」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Manga Reader拡張機能のCRXファイルをダウンロード

Manga Reader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Join the discord at http://discord.veebee.fun to get updates on server status and new features or submit feedback and requests. Support me at https://www.patreon.com/MangaReader276

**What Does this Extension Offer?**

This extension offers a unique approach to manga/manhwa/manhua translation and Japanese/Korean/Chinese learning:

1. **Side-by-side translation**: Unlike existing manga translation tools that simply replace Japanese text with English, this extension allows you to see the original Japanese text alongside the translated text. This feature provides a learning opportunity by enabling you to compare and understand the language in its original form. First click on the extension icon or use a keyboard shortcut to initiate cropping. Then crop the text bubble or the phrase to be translated. Feel free to toggle to see the original text to ensure that OCR (Optical Character Recognition) identifies the correct text to be translated.

2. **AI-powered Tutor**: While the extension offers conventional translation, it also provides the option to harness the power of a large language model. This cutting-edge feature breaks down sentences or phrases into easily digestible words or compound words, along with their translations. This approach enables a deeper understanding of the context and nuances within the text.

3. **Not just manga**: You can use this for manhwa and manhua as well since Korean and Chinese are also supported! You can also use this on other platforms like Youtube or Netflix subtitles!

**Try it out yourself**

0. Pin the extension
1. Go to https://shonenjumpplus.com/episode/4856001361458138514  
2. Right click the extension icon to open the options page from the menu
3. Sign in with google account
4. Feel free to change the other options
5. Go back to the manga
6. Click on the extension icon to start cropping.
7. Crop any text bubbles
8. (optional) switch between gpt/deepl on the options page. Choose the former if you want in depth translation. Choose the latter if you want a quicker translation
9. (optional) choose different capture modes that best suit your reading needs. Single is the most reliable at the moment. Multiple works best on large manga panels or an entire page.
10. (optional) switch between the supported languages on the options page.
11. (optional) enter you own GPT key for faster translations. The key is local to your browser and will not be uploaded to any servers. (This can be publicly verified in the client code.)

**Important note**

This is an early prototype. Depending on how many users find this idea useful, I will work on polishing it and adding new features. Please send me feature requests and bugs and I will do my best to fix them. Sometimes the first translation might take a while because the server restarts. Thanks for your patience!                    

拡張機能の基本情報

名前 Manga Reader Manga Reader
ID eabnmbpmoencafnpbobahdeamaljhoef
公式URL https://chromewebstore.google.com/detail/manga-reader/eabnmbpmoencafnpbobahdeamaljhoef
説明 Manga Reader
ファイルサイズ 1.08 MB
インストール数 588
現在のバージョン 1.3.9
最終更新日 2023-11-20
公開日 2023-07-09
評価 3.47/5 合計 15 レビュー
開発者 lyrian1995
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.patreon.com/MangaReader276
ヘルプページのURL https://www.veebee.fun
プライバシーポリシーページのURL https://veebee.fun/faq
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Manga Reader",
    "version": "1.3.9",
    "description": "Manga Reader",
    "icons": {
        "16": "\/icons\/rice\/16x16.png",
        "19": "\/icons\/rice\/19x19.png",
        "38": "\/icons\/rice\/38x38.png",
        "48": "\/icons\/rice\/48x48.png",
        "128": "\/icons\/rice\/128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/icons\/rice\/16x16.png",
            "19": "\/icons\/rice\/19x19.png",
            "38": "\/icons\/rice\/38x38.png",
            "48": "\/icons\/rice\/48x48.png",
            "128": "\/icons\/rice\/128x128.png"
        },
        "default_title": "Manga Reader"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/icons\/Jcrop.gif",
                "\/icons\/pixel.png"
            ]
        }
    ],
    "commands": {
        "take-screenshot": {
            "description": "Take Screenshot",
            "suggested_key": {
                "default": "Alt+S"
            }
        }
    },
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "identity",
        "contextMenus"
    ],
    "oauth2": {
        "client_id": "766052999782-rb2vqkdqlr1gfh5om79c8lld35ju3t30.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhP65gbd8UqnAosZT1UzmfvQHiu9tBpzRcRO7BnQEJ\/u1jZpjFzzJpyNmP6jTk\/Y+TwqV+swlz8ZoihgcQ7vawxHq81e9KJKd8GIXYUrtTsTARk\/CLnHFVgJkfeeJLz1xvaVI2VTkvETE1kaqtZ1zPc9+MvvsKkUy4yJyZMaFDm85QMcOr7F5HheKF8elw5x5AyepdGNDcwwKlybbZaX7HdYMkBieRYfb364B5fGoyfF1lkDhZEoexyu\/eNHtlPLrPpRVB2QzZdH\/seDpuIo1YbYw9qOCPJCOYwluzN1SYYGU9jxv1pxEfJO+8RvJv0AVQgYTO37Oc92H9ibxKe4zNwIDAQAB"
}