Rapid WordReference

Rapid WordReference lookup while browsing

什么是Rapid WordReference?

Rapid WordReference是由fracru开发的Chrome扩展程序,该扩展的主要功能是“Rapid WordReference lookup while browsing”。

扩展截图

screenshot
screenshot
screenshot

下载Rapid WordReference扩展crx文件

下载Rapid WordReference扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}