Double Trans

Tłumacz angielsko-polski

Double Trans란 무엇입니까?

Double Trans은(는) Double Trans에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tłumacz angielsko-polski"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        By przetłumaczyć słowo, wystarczy kliknąć na nie dwa razy.
W dolnej części przeglądarki pojawi się jego tłumaczenie.                    

확장 프로그램 기본 정보

이름 Double Trans Double Trans
ID igkpinhkgghcbpmhokkfgjecjndmahle
공식 URL https://chromewebstore.google.com/detail/double-trans/igkpinhkgghcbpmhokkfgjecjndmahle
설명 Tłumacz angielsko-polski
파일 크기 506 KB
설치 횟수 239
현재 버전 1.1.4
최근 업데이트 2014-02-23
출시 날짜 2014-02-22
평점 4.50/5 총 8 개의 평점
개발자 Double Trans
결제 유형 free
지원되는 언어 pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Double Trans",
    "description": "T\u0142umacz angielsko-polski",
    "version": "1.1.4",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "kodRozszerzenia.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "ANG-POL3.html"
    ]
}