Instant Multilingual PDF/HTML/TXT Dictionary

Define word(s) on PDF/HTML/TXT pages in just two clicks, even on local docs. Now with ChatGPT support.

Instant Multilingual PDF/HTML/TXT Dictionaryとは何ですか?

Instant Multilingual PDF/HTML/TXT DictionaryはBohdan Stasiukによって開発されたChromeの拡張機能で、その主な機能は「Define word(s) on PDF/HTML/TXT pages in just two clicks, even on local docs. Now with ChatGPT support.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Instant Multilingual PDF/HTML/TXT Dictionary拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        🔍 Enhance your reading experience with our extension. Easily obtain definitions by selecting a word or phrase. Use the Alt+Shift+Z shortcut, or right-click to choose 'Define [your selected word(s)]'. 🚫 Note: The Alt+Shift+Z shortcut is not applicable to local PDF documents. Easily edit your selections in the popup window by clicking the extension button.

🔑 Key Options:
- 🎛️ Customize Shortcuts: Tailor a shortcut that complements your workflow.
- 📚 Definition Providers: Choose your primary definition provider. We now feature the versatile ChatGPT, supporting languages including Arabic, Brazilian Portuguese, Bulgarian, Chinese (Simplified), Chinese (Traditional), Czech, Danish, Dutch, English (UK/US), Finnish, French, German, Greek, Hebrew, Hindi, Hungarian, Indonesian, Italian, Japanese, Korean, Norwegian, Polish, Portuguese, Romanian, Russian, Slovak, Spanish, Swedish, Thai, Turkish, Ukrainian, and Vietnamese.
- 🖼️ Popup Window Configuration: Personalize the popup window's appearance and functionality.
- 🔗 Web Search Link: Easily access extended information with a 'Search the web' link.
- 💡 ChatGPT Backup: Utilize ChatGPT as an additional source for definitions (register at chatgpt.com if required).

🌟 Special Feature: Enable word pronunciation on Content Security Policy (CSP) protected pages like chat.openai.com and github.com with our 'CSP Page Pronunciation' option. This feature is initially disabled 🔒 and can be activated based on site policies.

⚠️ Note: Our extension is compatible with native PDF formats but does not support protected or scanned documents. For local document access, enable the 'Allow access to file URLs' option on the chrome://extensions page.

📃 Changelog Highlights:
- 🌍 Version 1.3.120: ChatGPT added as a definition provider, expanding our language support and enhancing definition accuracy.
- 🌍 Version 1.3.116: Spanish (es) locale added for our Spanish-speaking users.
- 🆕 Version 1.3.111: Resolved issues with ChatGPT backup definitions.
- 🔊 Version 1.3.89: Introduced the 'CSP Page Pronunciation' feature.
- ⏪ Earlier Versions: Continual enhancements including tooltips, improved context menus, and support for frames matching specific URLs.                    

拡張機能の基本情報

名前 Instant Multilingual PDF/HTML/TXT Dictionary Instant Multilingual PDF/HTML/TXT Dictionary
ID damjcgmdlgdphbhnihdbmgbbjjjmmmhf
公式URL https://chromewebstore.google.com/detail/instant-multilingual-pdfh/damjcgmdlgdphbhnihdbmgbbjjjmmmhf
説明 Define word(s) on PDF/HTML/TXT pages in just two clicks, even on local docs. Now with ChatGPT support.
ファイルサイズ 187 KB
インストール数 974
現在のバージョン 1.3.125
最終更新日 2024-02-06
公開日 2023-01-09
評価 5.00/5 合計 2 レビュー
開発者 Bohdan Stasiuk
Eメール [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+Z"
            }
        }
    },
    "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",
        "declarativeNetRequest",
        "fontSettings",
        "notifications",
        "offscreen",
        "storage",
        "webRequest"
    ],
    "short_name": "__MSG_short_name__",
    "version": "1.3.125",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "PHT\/webar.js",
                "PHT\/offscreen\/api.min.js"
            ]
        }
    ]
}