Instant Translator - Hover Mouse to Translate

Hover to show the translation, no selection! 🚀 With Google Translator service help, this extension give you another experience,…

Instant Translator - Hover Mouse to Translate क्या है?

Instant Translator - Hover Mouse to Translate copythen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hover to show the translation, no selection! 🚀 With Google Translator service help, this extension give you another experience,…"।

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

screenshot

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

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

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

                        Hover to show the translation, no selection! 🚀

With Google Translator service help, this extension give you another experience, the instant translation, WITHOUT selection any text. You can just hover in the text, then will extract the sentence automatically and do translation and showing!

Key Features:
► Mouse over to show the translation.
► Show the translation in bottom or top panel.
► Start or stop by click the browser icon, or context menu. 
► TTS support!

Free your hand, free your mind!  🏝                    

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

नाम Instant Translator - Hover Mouse to Translate Instant Translator - Hover Mouse to Translate
ID jackmmadbdanfjgnmhpobpaoahaagfip
आधिकारिक URL https://chrome.google.com/webstore/detail/jackmmadbdanfjgnmhpobpaoahaagfip
विवरण Hover to show the translation, no selection! 🚀 With Google Translator service help, this extension give you another experience,…
फ़ाइल का आकार 794 KB
स्थापना संख्या 988
वर्तमान संस्करण 0.4.1
अंतिम अपडेट 2021-06-23
प्रकाशन तिथि 2021-05-20
रेटिंग 3.57/5 कुल 7 रेटिंग्स
डेवलपर copythen
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://deepext.com/instant-translator
सहायता पृष्ठ URL https://deepext.com/instant-translator
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instant Translator - Hover Mouse to Translate",
    "version": "0.4.1",
    "browser_action": {
        "default_title": "Instant Translator - Hover Mouse to Translate"
    },
    "content_scripts": [
        {
            "js": [
                "content\/static\/js\/main.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_ui": {
        "chrome_style": false,
        "page": "popup\/index.html"
    },
    "icons": {
        "16": "popup\/itx-16.png",
        "48": "popup\/itx-48.png",
        "128": "popup\/itx-128.png"
    },
    "background": {
        "page": "bg.html",
        "persistent": false
    },
    "web_accessible_resources": [
        "assets\/*",
        "popup\/index.html"
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "tts",
        "cookies",
        "https:\/\/deepext.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/*.googleapis.com 'unsafe-eval'; object-src 'self'; connect-src https:\/\/deepext.com\/ http:\/\/*.googleapis.com\/ https:\/\/ssl.google-analytics.com\/; style-src * 'unsafe-inline' 'self' blob:; img-src * 'self' data: https:;"
}