WebTranslate

WebTranslate give you the ability to translate your web page in 104 different languages!.

WebTranslate란 무엇입니까?

WebTranslate은(는) Mohamed Arradi-Alaoui에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WebTranslate give you the ability to translate your web page in 104 different languages!."입니다.

확장 프로그램 스크린샷

screenshot

WebTranslate 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        WebTranslate is an Open Source add-on which allow you to translate your web page in more than 100 differents languages.

And all of this comes with one small ergonomic contextual menu when you right click on one of your web pages. (See attached screenshots below).

Features available

** You can choose your translate engine between Google or Bing. More translate engine will come up later !.

** If you require to keep your current page, it is possible, you can choose how the new translate page will come up (in a new tab or use the current one).

If you have any improvements to add or suggestions, please you are welcome to send to me by email to [email protected].                    

확장 프로그램 기본 정보

이름 WebTranslate WebTranslate
ID gdmapdijiljmjingeihifkgchmfiaaic
공식 URL https://chromewebstore.google.com/detail/webtranslate/gdmapdijiljmjingeihifkgchmfiaaic
설명 WebTranslate give you the ability to translate your web page in 104 different languages!.
파일 크기 64.81 KB
설치 횟수 1,955
현재 버전 1.0.0
최근 업데이트 2019-06-13
출시 날짜 2019-06-13
평점 4.00/5 총 4 개의 평점
개발자 Mohamed Arradi-Alaoui
이메일 [email protected]
결제 유형 free
도움말 페이지 URL http://arradimohamed.fr
지원되는 언어 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "version": "1.0.0",
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            ".\/data\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "browser_style": false,
        "default_popup": ".\/data\/html\/popup_menu.html",
        "default_icon": {
            "16": "\/images\/weTranslate16.png",
            "32": "\/images\/weTranslate32.png",
            "48": "\/images\/weTranslate48.png",
            "128": "\/images\/weTranslate128.png"
        }
    },
    "icons": {
        "16": "\/images\/weTranslate16.png",
        "32": "\/images\/weTranslate32.png",
        "48": "\/images\/weTranslate48.png",
        "128": "\/images\/weTranslate128.png"
    },
    "manifest_version": 2
}