Instant Multilingual PDF/HTML/TXT Translator

Translate text on PDF/HTML/TXT in two clicks, even for local docs. Now with ChatGPT support.

Instant Multilingual PDF/HTML/TXT Translator란 무엇입니까?

Instant Multilingual PDF/HTML/TXT Translator은(는) Bohdan Stasiuk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Translate text on PDF/HTML/TXT in two clicks, even for local docs. Now with ChatGPT support."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Instant Multilingual PDF/HTML/TXT Translator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        📖 Usage: Simply select text within any document. Then, press Alt+Shift+A for an immediate translation (except for local PDF documents), or right-click on the text and choose 'Translate '. The translation will appear directly under your selection. Now, with the integration of ChatGPT and Microsoft Translator, the extension offers more accurate and context-aware translations, catering to a wider range of language preferences.

🔍 Interactive Features: Clicking the extension button opens a popup window, where you can edit your selection. Customize your experience by setting shortcuts, choosing languages (supported by both Microsoft Translator and ChatGPT), configuring the popup window, and adding a 'Search the web' link for detailed information. The dual translation providers ensure a robust and versatile translation experience.

🌐 Compatibility: This extension works seamlessly with native PDF formats but is not compatible with protected or scanned documents. To translate local documents (PDF, TXT, HTML, etc.), enable the "Allow access to file URLs" option on the chrome://extensions page.

⚙️ Recent Updates and Improvements:
- v4.3.118: Addition of 'Remove Line Breaks' feature, which allows for the removal of line breaks in the text selected for translation. This enhancement is particularly useful for PDF files with columns or intricate layouts, improving the quality of translations.
- v4.3.115: Integration of ChatGPT as a new, advanced translation provider 🧠.
- v4.2.112: Addition of Spanish locale 🇪🇸.
- v4.2.103: Chrome-extension scheme exclusion 🚫.
- v4.2.102: Support for right-to-left language direction ➡️⬅️.
- v4.2.101: 'Search the web' field added to Options 🔎.
- Ongoing improvements in response time ⏱️, API support, and overall functionality 💡.                    

확장 프로그램 기본 정보

이름 Instant Multilingual PDF/HTML/TXT Translator Instant Multilingual PDF/HTML/TXT Translator
ID fcbnhmalionocfajdkpnlhmekghnmbii
공식 URL https://chromewebstore.google.com/detail/instant-multilingual-pdfh/fcbnhmalionocfajdkpnlhmekghnmbii
설명 Translate text on PDF/HTML/TXT in two clicks, even for local docs. Now with ChatGPT support.
파일 크기 180 KB
설치 횟수 44,746
현재 버전 4.3.121
최근 업데이트 2024-02-08
출시 날짜 2020-03-29
평점 3.04/5 총 181 개의 평점
개발자 Bohdan Stasiuk
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.patreon.com/bstasiuk
지원되는 언어 en,es,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "PHT\/popup.html"
    },
    "author": "__MSG_author__",
    "background": {
        "service_worker": "PHT\/background.js"
    },
    "commands": {
        "translate_selection": {
            "description": "__MSG_cmd_description__",
            "suggested_key": {
                "default": "Alt+Shift+A"
            }
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "PHT\/qtip\/jquery.qtip.min.css",
                "PHT\/qtip\/jquery.qtip.styles.css",
                "PHT\/style.css"
            ],
            "js": [
                "PHT\/jquery\/jquery.min.js",
                "PHT\/jquery\/jquery-ui.min.js",
                "PHT\/qtip\/jquery.qtip.min.js",
                "PHT\/content.js"
            ],
            "match_origin_as_fallback": true,
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "options_ui": {
        "open_in_tab": true,
        "page": "PHT\/options.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "fontSettings",
        "notifications",
        "offscreen",
        "storage"
    ],
    "short_name": "__MSG_short_name__",
    "version": "4.3.121",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "PHT\/webar.js",
                "PHT\/offscreen\/api.min.js"
            ]
        }
    ]
}