WordReference Translator

Chrome extension to allow quick access to www.wordreference.com.

What is WordReference Translator?

WordReference Translator is a Chrome extension developed by spassaro, and its main feature is "Chrome extension to allow quick access to www.wordreference.com.".

Extension Screenshots

screenshot

Download WordReference Translator Extension CRX File

Download WordReference Translator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Translate a word by:
    - Double clicking it and then clicking on the floating link.
    - Selecting the text to translate and using the context menu.
Support for the following languages:
    - English
    - Spanish
    - French
    - Portuguese
    - Italian
Settings page to change languages accessible from extensions list or by context menu.                    

Extension Basic Information

Name WordReference Translator WordReference Translator
ID cheajkjbaknihaobmnjmbphjphoahhlp
Official URL https://chromewebstore.google.com/detail/wordreference-translator/cheajkjbaknihaobmnjmbphjphoahhlp
Description Chrome extension to allow quick access to www.wordreference.com.
File Size 19.35 KB
Installation Count 789
Current Version 1.0.5
Last Updated 2018-02-10
Publish Date 2018-02-09
Developer spassaro
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordReference Translator",
    "version": "1.0.5",
    "author": "Sebasti\u00e1n Passaro",
    "description": "Chrome extension to allow quick access to www.wordreference.com.",
    "homepage_url": "https:\/\/github.com\/spassarop\/wrtranslator\/tree\/refactor\/chrome",
    "icons": {
        "16": "icons\/wr-icon-16.png",
        "48": "icons\/wr-icon-48.png",
        "128": "icons\/wr-icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "wrtranslator.js"
            ],
            "css": [
                "wrtranslator.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "icons\/wr-icon-16.png",
        "default_title": "www.wordreference.com"
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "default_locale": "en"
}