ChatAI Translator

ChatAI(OpenAI)-Translator is an AI intelligent translation system based on ChatGPT.

Τι είναι το ChatAI Translator;

Το ChatAI Translator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Allen Alexis, και η κύρια λειτουργία του είναι "ChatAI(OpenAI)-Translator is an AI intelligent translation system based on ChatGPT.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ChatAI Translator

Λήψη αρχείων επέκτασης ChatAI Translator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ChatAI(OpenAI)-Translator is an AI intelligent translation system based on ChatGPT, which uses the most powerful OpenAI to help you translate text more quickly and accurately.
You don't need to register an account on the ChatGPT official website, you can directly use the AI smart translation function.
It has the most accurate and anthropomorphic translation and powerful tts voice reading function.

Function:
Translation - supports word translation and independent input. It can be used as a dictionary without disturbing your work, and supports conversion between any languages.
Polishing - Allows you to easily expand, embellish, and modify text to make it more vivid, precise, and attractive, while saving your time and energy, allowing you to focus on expressing your ideas and messages.
Analysis - Helps you analyze grammar quickly and accurately.
Summary - Extract the main content of the text.
Code explanation - a paradise for programmers, you can directly query any code that you don't understand, and the detailed code explanation allows you to understand it deeply.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ChatAI Translator ChatAI Translator
ID nmoaohajaodpioogcmmjladclkanidif
Επίσημο URL https://chromewebstore.google.com/detail/chatai-translator/nmoaohajaodpioogcmmjladclkanidif
Περιγραφή ChatAI(OpenAI)-Translator is an AI intelligent translation system based on ChatGPT.
Μέγεθος Αρχείου 756 KB
Αριθμός Εγκαταστάσεων 10,212
Τρέχουσα Έκδοση 1.0.10
Τελευταία Ενημέρωση 2023-08-11
Ημερομηνία Δημοσίευσης 2023-04-09
Αξιολόγηση 3.75/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Allen Alexis
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://extensiondock.com/privacy
Υποστηριζόμενες Γλώσσες id,de,en,en-GB,en-US,fil,fr,sw,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "img\/logo.png",
        "default_title": "__MSG_extName__"
    },
    "options_ui": {
        "page": "popup.html",
        "open_in_tab": true
    },
    "default_locale": "en",
    "description": "__MSG_extDes__",
    "icons": {
        "128": "img\/logo.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "css\/inject.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/pdf-comm-script.js"
            ],
            "css": [
                "css\/pdf-comm.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*.pdf",
                "file:\/\/\/*\/*.pdf"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*\/*.pdf",
                "file:\/\/\/*\/*.pdf"
            ],
            "js": [
                "\/js\/pdf-script.js"
            ],
            "css": [
                "\/css\/pdf-bar.css"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "tts",
        "contextMenus"
    ],
    "version": "1.0.10",
    "web_accessible_resources": [
        {
            "resources": [
                "\/chat.html",
                "\/img\/logo.png",
                "\/popup.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "img\/pdflogo.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/chatAI\/nmoaohajaodpioogcmmjladclkanidif"
}