WordReference Translator

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

Co je WordReference Translator?

WordReference Translator je rozšíření Chrome vyvinuté spassaro, a jeho hlavní funkcí je „Chrome extension to allow quick access to www.wordreference.com.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření WordReference Translator

Stáhněte si soubory rozšíření WordReference Translator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název WordReference Translator WordReference Translator
ID cheajkjbaknihaobmnjmbphjphoahhlp
Oficiální URL https://chromewebstore.google.com/detail/wordreference-translator/cheajkjbaknihaobmnjmbphjphoahhlp
Popis Chrome extension to allow quick access to www.wordreference.com.
Velikost souboru 19.35 KB
Počet instalací 789
Aktuální Verze 1.0.5
Poslední Aktualizace 2018-02-10
Datum Vydání 2018-02-09
Vývojář spassaro
Typ Platby free
Podporované Jazyky 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"
}