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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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'"
    }
}