GPT Translate

Summarizes web page content in the language of your choice using GPT.

Wat is GPT Translate?

GPT Translate is een Chrome-extensie ontwikkeld door projectwildflower23, en de belangrijkste functie is "Summarizes web page content in the language of your choice using GPT.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie GPT Translate

Download GPT Translate-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

                        Quickly summarize highlighted text, or an entire page, using the power of GPT. Can summarize text from other languages into your language.                    

Basisinformatie over de Extensie

Naam GPT Translate GPT Translate
ID ljfjmbdgbebmjbfmdneeimenolagonol
Officiële URL https://chromewebstore.google.com/detail/gpt-translate/ljfjmbdgbebmjbfmdneeimenolagonol
Beschrijving Summarizes web page content in the language of your choice using GPT.
Bestandsgrootte 6.21 MB
Aantal Installaties 2,708
Huidige Versie 1.2
Laatst Bijgewerkt 2023-04-04
Publicatiedatum 2023-03-22
Beoordeling 3.00/5 Totaal 4 Beoordelingen
Ontwikkelaar projectwildflower23
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en,fr,es-419,hi,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPT Translate",
    "version": "1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "main.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "description": "Summarizes web page content in the language of your choice using GPT.",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "default_locale": "en"
}