AI Translator for Chrome

Translate anything in one mouse click

AI Translator for Chrome क्या है?

AI Translator for Chrome AI Translator द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Translate anything in one mouse click"।

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

screenshot
screenshot

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

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

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

                        Experience the power of the AI Translator for Chrome extension, which seamlessly integrates AI Translator's top-notch translation capabilities directly into your browser.

AI Translator relies on ChatGPT, ensuring the highest quality translations within the given context. To unlock this extension's potential, authorization in ChatGPT is necessary.

Effortlessly and instantly translate text as you browse or write in Chrome. Just click on the extension icon to translate your selection.

Bid farewell to language barriers that used to hinder your access to web content. Download AI Translator for Chrome for free and start translating with ease.

No longer will you need to skip emails, articles, or websites due to language hurdles. View online content in Chrome in your preferred language while retaining its original context.

Rest easy knowing that AI Translator provides the most accurate translations available. Our translations consistently outperform those of major tech companies, boasting a threefold increase in accuracy.                    

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

नाम AI Translator for Chrome AI Translator for Chrome
ID enboggfaknddfnohoekbibhcidadficg
आधिकारिक URL https://chromewebstore.google.com/detail/ai-translator-for-chrome/enboggfaknddfnohoekbibhcidadficg
विवरण Translate anything in one mouse click
फ़ाइल का आकार 1.2 MB
स्थापना संख्या 857,641
वर्तमान संस्करण 0.0.18
अंतिम अपडेट 2023-12-18
प्रकाशन तिथि 2023-10-21
रेटिंग 4.24/5 कुल 33 रेटिंग्स
डेवलपर AI Translator
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/1sRCfE9ZTluFIcFVegDz4bfMOb7pS5QPtsZOiLZ-jQ2E/edit?usp=sharing
समर्थित भाषाएँ id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,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",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDesc__",
    "version": "0.0.18",
    "default_locale": "en",
    "manifest_version": 3,
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": "assets\/i_32.png",
        "default_title": "__MSG_defTitle__",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content-script.js"
            ],
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "assets\/i_16.png",
        "24": "assets\/i_24.png",
        "32": "assets\/i_32.png",
        "48": "assets\/i_48.png",
        "128": "assets\/i_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "config\/config.json"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "assets\/click_icon.png",
                "assets\/i_24.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "assets\/flags\/*.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "assets\/click_icon_h.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "scripts\/elements.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules_id_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}