easyWords

Translate it, faster and easier

easyWords란 무엇입니까?

easyWords은(는) sataniccrow에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Translate it, faster and easier"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Translate what you want as fast as you can without leaving your page :)

...
This project is born as a simple chrome extension which aids in using the translation tool offered by Word Reference through its API. 

Before using the extension, the creation of a personal API KEY was mandatory; to create yours, you should go to the API registration page and create your own API_key (http://www.wordreference.com/docs/APIregistration.aspx).
Now this service has been shut down as well as the generation of API key.                    

확장 프로그램 기본 정보

이름 easyWords easyWords
ID faiilkphlbkfnjddbappbaahpmafhmbj
공식 URL https://chromewebstore.google.com/detail/easywords/faiilkphlbkfnjddbappbaahpmafhmbj
설명 Translate it, faster and easier
파일 크기 101 KB
설치 횟수 26
현재 버전 1.4.9
최근 업데이트 2021-10-19
출시 날짜 2018-04-05
평점 5.00/5 총 1 개의 평점
개발자 sataniccrow
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "grapx\/ghost.png",
        "default_popup": "html\/main.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-1.8.3.min.js",
                "js\/json2.js",
                "js\/api.js",
                "js\/trigger.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Translate it, faster and easier",
    "icons": {
        "128": "grapx\/ghost.png"
    },
    "manifest_version": 2,
    "name": "easyWords",
    "permissions": [
        "storage",
        ""
    ],
    "version": "1.4.9"
}