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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hover to show the translation, no selection! 🚀 With Google Translator service help, this extension give you another experience,…"입니다.

확장 프로그램 스크린샷

screenshot

Instant Translator - Hover Mouse to Translate 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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:;"
}