AG Translate

View translations easily as you browse the web.

AG Translate क्या है?

AG Translate sh01.bid द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View translations easily as you browse the web."।

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

screenshot
screenshot
screenshot

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

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

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

                        You can translate the selected text or the entire webpage, which is convenient and fast
Support multiple languages, you can also configure your own current language                    

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

नाम AG Translate AG Translate
ID bincmiainjofjnhchmcalkanjebghoen
आधिकारिक URL https://chromewebstore.google.com/detail/ag-translate/bincmiainjofjnhchmcalkanjebghoen
विवरण View translations easily as you browse the web.
फ़ाइल का आकार 444 KB
स्थापना संख्या 189,678
वर्तमान संस्करण 1.0.11
अंतिम अपडेट 2022-10-31
प्रकाशन तिथि 2021-06-27
रेटिंग 4.62/5 कुल 26 रेटिंग्स
डेवलपर sh01.bid
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://yuntu88.hae123.cn/static/privacy.html
समर्थित भाषाएँ id,ms,de,en,en-GB,fil,fr,sw,nl,no,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",
    "author": [],
    "background": {
        "scripts": [
            "injection.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_2509634311667449183__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/translate.googleapis.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_5636646071825253269__",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "32": "icons\/32.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_8969005060131950570__",
    "options_page": "options.html",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "contextMenus",
        "storage"
    ],
    "version": "1.0.11",
    "web_accessible_resources": [
        "popup.css",
        "options.html"
    ]
}