WordReference Translator

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

Hvad er WordReference Translator?

WordReference Translator er en Chrome-udvidelse udviklet af spassaro, og dens hovedfunktion er "Chrome extension to allow quick access to www.wordreference.com.".

Udvidelsesskærmbilleder

screenshot

Download WordReference Translator-udvidelses-CRX-fil

Download WordReference Translator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn WordReference Translator WordReference Translator
ID cheajkjbaknihaobmnjmbphjphoahhlp
Officiel URL https://chromewebstore.google.com/detail/wordreference-translator/cheajkjbaknihaobmnjmbphjphoahhlp
Beskrivelse Chrome extension to allow quick access to www.wordreference.com.
Filstørrelse 19.35 KB
Antal Installationer 789
Nuværende Version 1.0.5
Senest Opdateret 2018-02-10
Udgivelsesdato 2018-02-09
Udvikler spassaro
Betalingsmetode free
Understøttede Sprog 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"
}