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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย copythen และคุณลักษณะหลักของมันคือ "Hover to show the translation, no selection! 🚀 With Google Translator service help, this extension give you another experience,…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instant Translator - Hover Mouse to Translate

ดาวน์โหลดไฟล์ส่วนขยาย Instant Translator - Hover Mouse to Translate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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:;"
}