Scan Translator

Raw manga translator - Translate raw manga, scans or images to more than 50 languages in a second with the power of AI

Scan Translatorとは何ですか?

Scan Translatorはhttps://scan-translator.comによって開発されたChromeの拡張機能で、その主な機能は「Raw manga translator - Translate raw manga, scans or images to more than 50 languages in a second with the power of AI」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Our manga translator allows you to easily and quickly translate raw manga, manwha, scan or image into more than 50 languages. With our service, the text in your images is automatically detected and the best translation is provided efficiently. With our free version, you can make up to 30 requests per week

- Covers more than 50 languages!
- User Friendly
- Best quality translation
- Support horizontal and vertical reading
- 30 requests per week on the free version                    

拡張機能の基本情報

名前 Scan Translator Scan Translator
ID mnngaddpelmhcgkbeajnbjmkdmpkogbo
公式URL https://chromewebstore.google.com/detail/scan-translator/mnngaddpelmhcgkbeajnbjmkdmpkogbo
説明 Raw manga translator - Translate raw manga, scans or images to more than 50 languages in a second with the power of AI
ファイルサイズ 232 KB
インストール数 23,285
現在のバージョン 2.0.13
最終更新日 2024-01-06
公開日 2022-11-30
評価 3.33/5 合計 61 レビュー
開発者 https://scan-translator.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://scan-translator.com/
ヘルプページのURL https://scan-translator.com/privacy
プライバシーポリシーページのURL https://scan-translator.com/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Scan Translator",
    "version": "2.0.13",
    "description": "Raw manga translator - Translate raw manga, scans or images to more than 50 languages in a second with the power of AI",
    "action": {
        "default_icon": ".\/assets\/icon-512.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "16": ".\/assets\/icon-512.png",
        "48": ".\/assets\/icon-512.png",
        "128": ".\/assets\/icon-512.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/contentScripts\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css",
                "assets\/ccwildwords-regular.otf"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}