Smart Translator

Quickly translate selected, typed text or web pages using Google Translate.

Smart Translator क्या है?

Smart Translator https://smart-translator.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly translate selected, typed text or web pages using Google Translate."।

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

screenshot
screenshot
screenshot

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

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

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

                        One easy click to translate a text on the page. Select a text or click the 'Translator' icon. Translate any text in the pop-up by clicking the extension icon.
Overlay translate provides translation with a single click. Click on the icon near the selected text and get a translation within 1 second.
Features:
✰ One-click translation on any page
✰ Translate any text by the extension icon
✰ Translate the whole page                    

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

नाम Smart Translator Smart Translator
ID nhhbknaocnbdboenlibfmpcllbmiepam
आधिकारिक URL https://chromewebstore.google.com/detail/smart-translator/nhhbknaocnbdboenlibfmpcllbmiepam
विवरण Quickly translate selected, typed text or web pages using Google Translate.
फ़ाइल का आकार 563 KB
स्थापना संख्या 100
वर्तमान संस्करण 1.1.5
अंतिम अपडेट 2023-07-24
प्रकाशन तिथि 2023-07-11
रेटिंग 3.67/5 कुल 6 रेटिंग्स
डेवलपर https://smart-translator.github.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://smart-translator.github.io/
समर्थित भाषाएँ id,de,en,fil,fr,nl,no,vi,tr,ca,da,es,it,hu,pl,ro,fi,sv,cs,el,sr,bg,ru,uk,iw,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.5",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "options_ui": {
        "page": "options\/index.html",
        "open_in_tab": true
    },
    "icons": {
        "512": "icons\/512.png",
        "128": "icons\/128.png",
        "64": "icons\/64.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png"
    },
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_icon": {
            "512": "icons\/512.png",
            "128": "icons\/128.png",
            "64": "icons\/64.png",
            "48": "icons\/48.png",
            "38": "icons\/38.png",
            "32": "icons\/32.png",
            "19": "icons\/19.png",
            "16": "icons\/16.png"
        },
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "content\/content.js"
            ],
            "css": [
                "content\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/512.png"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "commands": {
        "_execute_action": {
            "description": "__MSG_openPopupDescription__",
            "suggested_key": {
                "default": "Ctrl+Shift+Space"
            }
        },
        "translateSelectedText": {
            "description": "__MSG_translateTextMenu__",
            "suggested_key": {
                "default": "Ctrl+Space"
            }
        },
        "translatePage": {
            "description": "__MSG_translatePageMenu__"
        }
    }
}