Rapid WordReference

Rapid WordReference lookup while browsing

Rapid WordReference란 무엇입니까?

Rapid WordReference은(는) fracru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Rapid WordReference lookup while browsing"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This extension lets you use wordreference dictionaries without leaving the page you are browsing thanks to a handy popup.

How? It's simple:
 - click the extension icon
 - write the word you want to translate
 - click the search icon or press enter
VOILA!

You can listen to the pronounciation and see the translations with real world examples.

Thanks to this extension you’ll enrich your vocabulary and improve your skills.

Press settings to change the language to translate from and to and to choose the dimensions of the popup.

This extension features dictionaries and bilingual translation in many languages.
The supported languages are:
Spanish, French, Italian, German, Dutch, Swedish, Russian, Portuguese, Polish, Romanian, Catalan, Czech, Greek, Turkish, Chinese, Japanese, Korean, Arabic, English monolingual                    

확장 프로그램 기본 정보

이름 Rapid WordReference Rapid WordReference
ID fbdhepgjnfmdlbfggopmjgnnhmcnghdf
공식 URL https://chromewebstore.google.com/detail/rapid-wordreference/fbdhepgjnfmdlbfggopmjgnnhmcnghdf
설명 Rapid WordReference lookup while browsing
파일 크기 89.39 KB
설치 횟수 6,389
현재 버전 1.9.2
최근 업데이트 2021-03-25
출시 날짜 2019-04-08
평점 4.75/5 총 24 개의 평점
개발자 fracru
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,fr,nl,tr,es,it,pl,ro,sv,cs,el,ru,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rapid WordReference",
    "version": "1.9.2",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "img\/wordreference.png",
        "32": "img\/wordreference.png",
        "48": "img\/wordreference.png",
        "128": "img\/wordreference.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/wordreference.png",
            "32": "img\/wordreference.png",
            "48": "img\/wordreference.png",
            "128": "img\/wordreference.png"
        }
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "short_name": "Rapid WR"
}