Frhelper

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

Wat is Frhelper?

Frhelper is een Chrome-extensie ontwikkeld door https://www.frhelper.com, en de belangrijkste functie is "Frhelper, the world-leading cross-platform translation software, supports translation by selecting words.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Frhelper

Download Frhelper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        法语助手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文档时能够轻松进行翻译。不论是学术论文还是技术手册,用户都可以迅速将文档内容翻译成他们熟悉的语言,从而节省了宝贵的时间和精力。

- 法语助手兼容多款翻译引擎,用户可根据个人偏好灵活挑选最符合其需求的翻译结果。而且,还具备与法语助手客户端同步学习记录的功能。


和其他语言的翻译软件相比,”法语助手“主要有以下几个内容的不同:
1. 由出版社授权的权威法汉-汉法词典数据库
2. 针对法语特别优化的动词变位搜索
3. 针对法语特别优化的语法检查和纠错
4. 和法语助手在线词典(https://www.frdic.com)同步学习数据                    

Basisinformatie over de Extensie

Naam Frhelper Frhelper
ID mippleannbnchhhacnchpankapalncke
Officiële URL https://chromewebstore.google.com/detail/frhelper/mippleannbnchhhacnchpankapalncke
Beschrijving Frhelper, the world-leading cross-platform translation software, supports translation by selecting words.
Bestandsgrootte 7.88 MB
Aantal Installaties 1,000
Huidige Versie 1.1.6
Laatst Bijgewerkt 2024-02-27
Publicatiedatum 2023-07-29
Beoordeling 3.86/5 Totaal 7 Beoordelingen
Ontwikkelaar https://www.frhelper.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.frhelper.com
Help Pagina-URL https://www.eudic.net/v4/en/home/support
URL van de Privacybeleid Pagina https://www.eudic.net/v4/home/privacy
Ondersteunde Talen 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_fr__",
    "description": "__MSG_brandDescription_fr__",
    "options_page": "main\/index.html?#\/options",
    "action": {
        "default_popup": "main\/index.html?#\/popup"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.frdic.com\/*"
        ],
        "ids": [
            "djbfechcnkppbknmlhfcaoifgnicolin",
            "mippleannbnchhhacnchpankapalncke",
            "bhkobcgijlfcgnkamhbndpdiiigefoph",
            "aghfgppmefneeefhpmgboigbfkcnmkcd"
        ]
    },
    "host_permissions": [
        "*:\/\/*.frdic.com\/*"
    ],
    "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"
    }
}