GPTranslate-翻译

对鼠标选中文本利用chatgpt翻译,由于网络原因可能速度会比较慢,推荐在对速度不敏感而对翻译的流畅性较高的情况下使用。可以点击扩展图标选择目标语言。

Cos'è GPTranslate-翻译?

GPTranslate-翻译 è un'estensione di Chrome sviluppata da https://vacuity.me, e la sua funzione principale è "对鼠标选中文本利用chatgpt翻译,由于网络原因可能速度会比较慢,推荐在对速度不敏感而对翻译的流畅性较高的情况下使用。可以点击扩展图标选择目标语言。".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GPTranslate-翻译

Scarica i file di estensione GPTranslate-翻译 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        本插件主要调用chatGpt-3.5来实现翻译,针对大量文本可以进行精确的更合理的翻译。流式传输,翻译更快速,可以点击插件图标更改目标语言。如需体验chatGpt其他功能,欢迎访问:https://chat.vacuity.me

This plugin primarily utilizes chatGpt-3.5 to achieve translation. It provides accurate and more reasonable translations for large amounts of text. It supports streaming for faster translation. You can click on the plugin icon to change the target language. If you would like to experience other features of chatGpt, please visit: https://chat.vacuity.me.                    

Informazioni di Base sull'Estensione

Nome GPTranslate-翻译 GPTranslate-翻译
ID ppfhdgbgjbbeoemlcoamnhcmgngoknge
URL Ufficiale https://chromewebstore.google.com/detail/gptranslate-%E7%BF%BB%E8%AF%91/ppfhdgbgjbbeoemlcoamnhcmgngoknge
Descrizione 对鼠标选中文本利用chatgpt翻译,由于网络原因可能速度会比较慢,推荐在对速度不敏感而对翻译的流畅性较高的情况下使用。可以点击扩展图标选择目标语言。
Dimensione del File 392 KB
Conteggio Installazioni 176
Versione Corrente 1.0.1.0
Ultimo Aggiornamento 2023-12-15
Data di Pubblicazione 2023-08-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://vacuity.me
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://vacuity.me/gptranslate/
URL della Pagina di Aiuto https://github.com/vacuityv/chrome-gpTranslate
URL della Pagina della Politica sulla Privacy https://chat.vacuity.me/vac-ext/privacy-policy.html
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPTranslate-\u7ffb\u8bd1",
    "version": "1.0.1.0",
    "description": "\u5bf9\u9f20\u6807\u9009\u4e2d\u6587\u672c\u5229\u7528chatgpt\u7ffb\u8bd1\uff0c\u7531\u4e8e\u7f51\u7edc\u539f\u56e0\u53ef\u80fd\u901f\u5ea6\u4f1a\u6bd4\u8f83\u6162\uff0c\u63a8\u8350\u5728\u5bf9\u901f\u5ea6\u4e0d\u654f\u611f\u800c\u5bf9\u7ffb\u8bd1\u7684\u6d41\u7545\u6027\u8f83\u9ad8\u7684\u60c5\u51b5\u4e0b\u4f7f\u7528\u3002\u53ef\u4ee5\u70b9\u51fb\u6269\u5c55\u56fe\u6807\u9009\u62e9\u76ee\u6807\u8bed\u8a00\u3002",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": "images\/icon-32.png",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*.vacuity.me\/*"
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "commands": {
        "trsSelShortcut": {
            "suggested_key": {
                "default": "Alt+T",
                "mac": "Alt+T"
            },
            "description": "\u7ffb\u8bd1\u9009\u4e2d-Translate"
        }
    }
}