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 - это расширение Chrome, разработанное https://scan-translator.com, и его основная функция - "Raw manga translator - Translate raw manga, scans or images to more than 50 languages in a second with the power of AI".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Scan Translator

Скачайте файлы расширений 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
Электронная почта [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'"
    }
}