WordReference Translator

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

Wat is WordReference Translator?

WordReference Translator is een Chrome-extensie ontwikkeld door spassaro, en de belangrijkste functie is "Chrome extension to allow quick access to www.wordreference.com.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WordReference Translator

Download WordReference Translator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam WordReference Translator WordReference Translator
ID cheajkjbaknihaobmnjmbphjphoahhlp
Officiële URL https://chromewebstore.google.com/detail/wordreference-translator/cheajkjbaknihaobmnjmbphjphoahhlp
Beschrijving Chrome extension to allow quick access to www.wordreference.com.
Bestandsgrootte 19.35 KB
Aantal Installaties 789
Huidige Versie 1.0.5
Laatst Bijgewerkt 2018-02-10
Publicatiedatum 2018-02-09
Ontwikkelaar spassaro
Betalingswijze free
Ondersteunde Talen 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"
}