iTranslator - Select to Translate

Translate sentences or words to another language simply.

iTranslator - Select to Translate란 무엇입니까?

iTranslator - Select to Translate은(는) sammerche84에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Translate sentences or words to another language simply."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

iTranslator - Select to Translate 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Translate selected text in any language you need instantly !! 

iTranslator is your everyday helper to translate any unknown foreign word, sentence or a whole article. It’s a simple and fast way to translate text into another language without breaking away from work. 

iTranslator will be good during your homework, chat with a business partner or while you are reading any foreign text. All foreign languages are available for translation. 

How to use Quick translator:
 
✅ select word or phrase you want to translate
✅ wait for the popup to load !
 
That’s all ✨🎉  !!
This is such a simple but extremely useful extension for your chrome browser. The name says itself – this extension allows you to translate selected text in language you need. 

Are you reading something on the Internet and you come across an unfamiliar word? We offer you the best and easiest way to quickly translate part of the content that you need, such as words, phrases,  All in one simple and understandable browser extension.
  
Update 1.0.1:
fix some bugs.                    

확장 프로그램 기본 정보

이름 iTranslator - Select to Translate iTranslator - Select to Translate
ID najcjhojgpicahecekealimpfoehmddj
공식 URL https://chromewebstore.google.com/detail/itranslator-select-to-tra/najcjhojgpicahecekealimpfoehmddj
설명 Translate sentences or words to another language simply.
파일 크기 22.09 KB
설치 횟수 433
현재 버전 1.0.1
최근 업데이트 2021-10-04
출시 날짜 2021-09-26
개발자 sammerche84
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.1",
    "name": "iTranslator - Select to Translate",
    "description": "Translate sentences or words to another language simply.",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "translate",
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}