Immersive Translate: Web Page&PDF Translation

Bilingual web page translation, also supports PDF, Epub eBook, Video subtitles translation, free to use.

Immersive Translate: Web Page&PDF Translation란 무엇입니까?

Immersive Translate: Web Page&PDF Translation은(는) https://immersivetranslate.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bilingual web page translation, also supports PDF, Epub eBook, Video subtitles translation, free to use."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Immersive Translate: Web Page&PDF Translation 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A free, user-friendly, no-nonsense, revolutionary, acclaimed, AI-powered bilingual web translation extension that helps you effectively bridge the information gap, available on mobile devices too!

Key features:

- Immersive reading of foreign websites - By intelligently recognizing and translating the main content of the webpage in a bilingual comparison, the immersive translation provides a brand new reading experience for foreign texts, hence the name "Immersive Translation."

- Powerful input box translation - Transform any webpage input box into a multilingual translator, unlocking bilingual real-time dialogue experience with Google search, ChatGPT, and other tools instantly.

- Efficient document translation - One-click export bilingual e-books, support real-time bilingual translation of PDF, subtitle, TXT, and other file formats.

- Innovative mouse-hover translation - Just hover the mouse over any paragraph on any webpage, and the corresponding translation will appear immediately below. The paragraph is regarded as the smallest unit in immersive translation, preserving its context, so we can truly understand and learn foreign languages.

- Deeply customized optimization for mainstream websites -  making search, socialization, and information acquisition more smooth and efficient.

- Supports 10+ translation services - In immersive translation, you can choose from more than 10 translation services, such as Deepl, OpenAI, Microsoft Translator, Google Translate, Tencent Translate, etc., and this list is constantly growing.

This extension is free to use, we hope everyone can easily, joyfully, and elegantly access abundant foreign information on the Internet, and not let language be a barrier ❤️

Start using Immersive Translate today, and you will surely fall in love with the world of foreign languages.                    

확장 프로그램 기본 정보

이름 Immersive Translate: Web Page&PDF Translation Immersive Translate: Web Page&PDF Translation
ID bpoadfkcbjbfhfodiogcnhhhpibjhbnh
공식 URL https://chromewebstore.google.com/detail/immersive-translate-web-p/bpoadfkcbjbfhfodiogcnhhhpibjhbnh
설명 Bilingual web page translation, also supports PDF, Epub eBook, Video subtitles translation, free to use.
파일 크기 2.75 MB
설치 횟수 700,000
현재 버전 1.2.3
최근 업데이트 2024-03-01
출시 날짜 2022-11-10
평점 4.81/5 총 710 개의 평점
개발자 https://immersivetranslate.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://immersivetranslate.com/
도움말 페이지 URL https://github.com/immersive-translate/immersive-translate/issues
개인정보 보호 정책 페이지 URL https://immersive-translate.owenyoung.com/PRIVACY
지원되는 언어 de,en,fr,es,it,ru,hi,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_brandName__",
    "description": "__MSG_brandDescription__",
    "version": "1.2.3",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "styles\/inject.css",
                "pdf\/index.html",
                "video-subtitle\/inject.js"
            ],
            "matches": [
                "",
                "file:\/\/\/*",
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "",
                "file:\/\/\/*",
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "",
                "file:\/\/\/*",
                "*:\/\/*\/*"
            ],
            "js": [
                "content_start.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "commands": {
        "toggleTranslatePage": {
            "suggested_key": {
                "default": "Alt+A"
            },
            "description": "__MSG_toggleTranslatePage__"
        },
        "toggleTranslateTheWholePage": {
            "suggested_key": {
                "default": "Alt+W"
            },
            "description": "__MSG_toggleTranslateTheWholePage__"
        },
        "toggleOnlyTransation": {
            "description": "__MSG_toggleOnlyTransation__"
        },
        "toggleTranslateToThePageEndImmediately": {
            "description": "__MSG_toggleTranslateToThePageEndImmediately__"
        },
        "toggleTranslateTheMainPage": {
            "description": "__MSG_toggleTranslateTheMainPage__"
        },
        "toggleTranslationMask": {
            "description": "__MSG_toggleTranslationMask__"
        },
        "shareToDraft": {
            "description": "__MSG_shareToDraft__"
        },
        "toggleMouseHoverTranslateDirectly": {
            "description": "__MSG_toggleMouseHoverTranslateDirectly__"
        },
        "translateWithOpenAI": {
            "description": "__MSG_translateWithOpenAI__"
        },
        "translateWithDeepL": {
            "description": "__MSG_translateWithDeepL__"
        },
        "translateWithGoogle": {
            "description": "__MSG_translateWithGoogle__"
        },
        "translateWithTransmart": {
            "description": "__MSG_translateWithTransmart__"
        },
        "translateWithGemini": {
            "description": "__MSG_translateWithGemini__"
        },
        "translateWithBing": {
            "description": "__MSG_translateWithBing__"
        },
        "translateInputBox": {
            "description": "__MSG_translateInputBox__"
        },
        "toggleVideoSubtitlePreTranslation": {
            "description": "__MSG_toggleVideoSubtitlePreTranslation__"
        }
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "webRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules\/request_modifier_rule.json"
            }
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png",
            "128": "icons\/128.png",
            "256": "icons\/256.png"
        }
    },
    "icons": {
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    }
}