Dehelper

Dehelper, the world-leading cross-platform translation software, supports translation by selecting words.

Co je Dehelper?

Dehelper je rozšíření Chrome vyvinuté EUSOFT, a jeho hlavní funkcí je „Dehelper, the world-leading cross-platform translation software, supports translation by selecting words.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Dehelper

Stáhněte si soubory rozšíření Dehelper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        德语助手Chrome插件为德语学习者提供了包括鼠标划词搜索、逐段对照翻译和PDF文献翻译功能。此外,它支持多种翻译引擎,如Bing、GPT和Google,并可以与德语助手的客户端同步学习记录。

==新版本改进==
[1.1.6]
- 新增 PDF分屏翻译功能
- 新增 支持扫描格式PDF文件翻译
- 改进PDF文件阅读功能
- 允许自定义AI翻译引擎的地址

[1.1.5]
- 新增 PDF分屏翻译功能
- 新增 支持扫描格式PDF文件翻译

[1.1.2]
- 支持用户以生词本分组单词作为重点单词高亮
- Youtube字幕支持修改样式 字体大小等

[1.1.0]
- 新增 单词查询框
- 新增 PDF页面支持划词搜索
- 新增 通过快捷键加入生词本
- 新增 Apple ID登录
- 新增 夜间模式

[1.0.7]
- 新增YouTube字幕支持
- 支持自定义翻译快捷键
- 支持快速关闭段落翻译功能
- 支持划词图标
- 改进PDF翻译功能
- 支持默认生词本设置

==插件主要功能介绍==
- 逐段对照翻译功能: 用户只需按下Shift的同时,将鼠标移到一段文本上,软件会自动检测其语言,并进行翻译。

- 划词搜索功能:只需用鼠标划选文本,软件便会自动检测并提供搜索结果,省去了手动复制和粘贴的麻烦。

- 软件还提供了PDF文献翻译功能,方便用户在浏览PDF文档时进行翻译。无论是学术论文还是技术手册,用户都可以通过软件快速将文档内容翻译为自己熟悉的语言,节省了宝贵的时间和精力。

- 软件支持多种翻译引擎,包括Bing、GPT和Google等。用户可以根据自己的偏好选择最适合自己的翻译结果。此外,软件还能够与客户端同步学习记录,为用户提供更加个性化和一致的学习体验。


为用户提供跨语言的词典和翻译服务                    

Základní Informace o Rozšíření

Název Dehelper Dehelper
ID bhkobcgijlfcgnkamhbndpdiiigefoph
Oficiální URL https://chromewebstore.google.com/detail/dehelper/bhkobcgijlfcgnkamhbndpdiiigefoph
Popis Dehelper, the world-leading cross-platform translation software, supports translation by selecting words.
Velikost souboru 8.06 MB
Počet instalací 1,098
Aktuální Verze 1.1.6
Poslední Aktualizace 2024-02-27
Datum Vydání 2023-07-27
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář EUSOFT
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.eudic.net/v4/de/app/dehelper
URL Stránky Nápovědy https://www.eudic.net/v4/en/home/support
URL Stránky Zásad Ochrany Soukromí https://www.eudic.net/v4/home/privacy
Podporované Jazyky en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "zh_CN",
    "version": "1.1.6",
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/assets\/i18n\/en.json",
                "content\/assets\/i18n\/fr.json",
                "content\/assets\/i18n\/de.json",
                "content\/assets\/i18n\/es.json",
                "content\/assets\/i18n\/zhHans.json",
                "content\/assets\/i18n\/zhHant.json",
                "content\/assets\/js\/youtube.js"
            ],
            "matches": [
                "",
                "file:\/\/\/*",
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "content\/runtime.js",
                "content\/polyfills.js",
                "content\/main.js"
            ],
            "css": [
                "content\/styles.css"
            ],
            "matches": [
                "",
                "file:\/\/\/*",
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+N"
            },
            "description": "popup"
        },
        "toggleTranslatePage": {
            "suggested_key": {
                "default": "Alt+T"
            },
            "description": "__MSG_toggleTranslatePage__"
        },
        "toggleWordHintPage": {
            "description": "__MSG_toggleWordHintPage__"
        },
        "toggleCustomize": {
            "description": "__MSG_toggleCustomize__"
        },
        "hoverTranslateLine": {
            "description": "__MSG_hoverTranslateLine__"
        },
        "speakSelectSentence": {
            "suggested_key": {
                "default": "Alt+R"
            },
            "description": "__MSG_speakSelectSentence__"
        }
    },
    "name": "__MSG_brandName_de__",
    "description": "__MSG_brandDescription_de__",
    "options_page": "main\/index.html?#\/options",
    "action": {
        "default_popup": "main\/index.html?#\/popup"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.godic.net\/*"
        ],
        "ids": [
            "djbfechcnkppbknmlhfcaoifgnicolin",
            "mippleannbnchhhacnchpankapalncke",
            "bhkobcgijlfcgnkamhbndpdiiigefoph",
            "aghfgppmefneeefhpmgboigbfkcnmkcd"
        ]
    },
    "host_permissions": [
        "*:\/\/*.godic.net\/*"
    ],
    "minimum_chrome_version": "88",
    "icons": {
        "16": "icons\/icon-512.png",
        "32": "icons\/icon-512.png",
        "48": "icons\/icon-512.png",
        "128": "icons\/icon-512.png",
        "256": "icons\/icon-512.png",
        "512": "icons\/icon-512.png"
    }
}