GPT Translate

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

Co je GPT Translate?

GPT Translate je rozšíření Chrome vyvinuté projectwildflower23, a jeho hlavní funkcí je „Summarizes web page content in the language of your choice using GPT.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření GPT Translate

Stáhněte si soubory rozšíření GPT Translate 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í

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

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

Název GPT Translate GPT Translate
ID ljfjmbdgbebmjbfmdneeimenolagonol
Oficiální URL https://chromewebstore.google.com/detail/gpt-translate/ljfjmbdgbebmjbfmdneeimenolagonol
Popis Summarizes web page content in the language of your choice using GPT.
Velikost souboru 6.21 MB
Počet instalací 2,708
Aktuální Verze 1.2
Poslední Aktualizace 2023-04-04
Datum Vydání 2023-03-22
Hodnocení 3.00/5 Celkem 4 Hodnocení
Vývojář projectwildflower23
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}