Talent - Immersive & AI Translator

Professional aggregate translation, support Google, Baidu, Deepl, OpenAI and many other translation sources.

Talent - Immersive & AI Translator क्या है?

Talent - Immersive & AI Translator talentranslate द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Professional aggregate translation, support Google, Baidu, Deepl, OpenAI and many other translation sources."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Talent - Immersive & AI Translator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Talent translation allows you to select text on any web page and translate it into the language you want.

* Aggregate translation, which can display the results of various translation sources against each other so as to fit the best content for you.

* Support for automatic reading aloud and the ability to customize settings for reading aloud.

* Support Youtube bilingual subtitles.

* Support multiple display results such as phrases, phonetic symbols, example sentences, etc. You can use it as an English learning tool.

* Support a variety of user-defined configurations, and users can apply for the interface at the translation platform by themselves.

* Completely free!                    

एक्सटेंशन की मूल जानकारी

नाम Talent - Immersive & AI Translator Talent - Immersive & AI Translator
ID lbcbipoloacjakecofjkohgllhojdhhp
आधिकारिक URL https://chromewebstore.google.com/detail/talent-immersive-ai-trans/lbcbipoloacjakecofjkohgllhojdhhp
विवरण Professional aggregate translation, support Google, Baidu, Deepl, OpenAI and many other translation sources.
फ़ाइल का आकार 2.32 MB
स्थापना संख्या 9,000
वर्तमान संस्करण 1.4.2
अंतिम अपडेट 2023-12-26
प्रकाशन तिथि 2021-09-22
रेटिंग 4.67/5 कुल 33 रेटिंग्स
डेवलपर talentranslate
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.freeprivacypolicy.com/live/3273275d-2a5f-4848-a70a-ba2bf99982b3
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_default_title__",
    "default_locale": "en",
    "version": "1.4.2",
    "description": "__MSG_description__",
    "background": {
        "service_worker": ".\/background.js"
    },
    "manifest_version": 3,
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "assets\/logo\/logo_x48.png"
    },
    "options_page": "setting\/setting.html",
    "icons": {
        "16": "assets\/logo\/logo_x16.png",
        "48": "assets\/logo\/logo_x48.png",
        "128": "assets\/logo\/logo_x128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+D",
                "mac": "Command+D"
            }
        },
        "openWindow": {
            "description": "__MSG_OpenTranslationWindow__",
            "suggested_key": {
                "default": "Ctrl+Shift+8",
                "mac": "Command+Shift+8"
            },
            "global": true
        },
        "toggleScribble": {
            "description": "__MSG_TranslationSwitch__",
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content\/extract.js"
            ],
            "css": [
                "content\/font.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content\/compareTra.js"
            ],
            "css": [
                "content\/compareTra.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content\/talent.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube-nocookie.com\/embed\/*"
            ],
            "js": [
                "content\/subtitleShell.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*.pdf",
                "*:\/\/*\/*.PDF",
                "*:\/\/*\/*.pdf?*",
                "*:\/\/*\/*.PDF?*",
                "ftp:\/\/*\/*.pdf",
                "ftp:\/\/*\/*.PDF",
                "ftp:\/\/*\/*.pdf?*",
                "ftp:\/\/*\/*.PDF?*",
                "file:\/\/*\/*.pdf",
                "file:\/\/*\/*.PDF",
                "file:\/\/*\/*.pdf?*",
                "file:\/\/*\/*.PDF?*"
            ],
            "js": [
                "assets\/pdf-viewer\/web\/openViewer.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.talentranslate.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/extract.css",
                "content\/subtitle.js",
                "content\/compareTra.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "video\/video.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "assets\/pdf-viewer\/web\/viewer.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "clipboardWrite",
        "clipboardRead",
        "activeTab",
        "storage",
        "contextMenus",
        "unlimitedStorage",
        "declarativeNetRequest",
        "tts"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}