Remove line breaks from translator

Remove line breaks from translator

Qu'est-ce que Remove line breaks from translator ?

Remove line breaks from translator est une extension Chrome développée par ygtat0, et sa fonction principale est "Remove line breaks from translator".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Remove line breaks from translator

Téléchargez les fichiers d'extension Remove line breaks from translator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        用来自动去除换行符,并自动分段(仅支持英文到其他语言的翻译),使翻译更准确。
支持以下翻译网站:
translate.google.cn
translate.google.com
fanyi.youdao.com
fanyi.baidu.com
cn.bing.com/translator

暂没有插件开关按钮,后面再增加。
如果需要手工输入换行符,前面的字符需要是英文句号,冒号,感叹号,问号等才行。否则会被替换为空格。
------------------------------
Remove line breaks from translator.
It is mainly used to automatically delete line breaks in Google Translate when copying text from pdf to make the translation more accurate.
Support list:
translate.google.cn
translate.google.com
fanyi.youdao.com
fanyi.baidu.com
cn.bing.com/translator

TODO:
extension switch

Copyright © 2021 [email protected]                    

Informations de Base sur l'Extension

Nom Remove line breaks from translator Remove line breaks from translator
ID ddpbnpncdgiakoebbliomhjpkkhjbbdm
URL Officiel https://chromewebstore.google.com/detail/remove-line-breaks-from-t/ddpbnpncdgiakoebbliomhjpkkhjbbdm
Description Remove line breaks from translator
Taille du Fichier 9.73 KB
Nombre d'Installations 71
Version Actuelle 1.3
Dernière Mise à Jour 2021-06-16
Date de Publication 2021-06-16
Développeur ygtat0
Email [email protected]
Type de Paiement free
Langues Prises en Charge zh-CN
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "replaceLineBreaks.js"
            ],
            "matches": [
                "*:\/\/translate.google.cn\/*",
                "*:\/\/translate.google.com\/*",
                "*:\/\/fanyi.baidu.com\/*",
                "*:\/\/fanyi.youdao.com\/*",
                "*:\/\/cn.bing.com\/translator\/*"
            ]
        }
    ],
    "description": "Remove line breaks from translator",
    "manifest_version": 2,
    "name": "Remove line breaks from translator",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3"
}