Linguee-Translator

Translate words using the Linguee.com service.

Co je Linguee-Translator?

Linguee-Translator je rozšíření Chrome vyvinuté Javier, a jeho hlavní funkcí je „Translate words using the Linguee.com service.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Linguee-Translator

Stáhněte si soubory rozšíření Linguee-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í

                        A WebExtension for translating words using the Linguee.com service.                    

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

Název Linguee-Translator Linguee-Translator
ID mfmgafeloljkhohdgfahfegkkhjakkpl
Oficiální URL https://chromewebstore.google.com/detail/linguee-translator/mfmgafeloljkhohdgfahfegkkhjakkpl
Popis Translate words using the Linguee.com service.
Velikost souboru 410 KB
Počet instalací 2,192
Aktuální Verze 1.1.0
Poslední Aktualizace 2020-04-08
Datum Vydání 2020-04-07
Hodnocení 4.78/5 Celkem 9 Hodnocení
Vývojář Javier
Typ Platby free
Webové stránky Rozšíření https://github.com/javierdwd/linguee-browser-extension
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Linguee-Translator",
    "version": "1.1.0",
    "description": "Translate words using the Linguee.com service.",
    "icons": {
        "16": "images\/icons\/icon16.png",
        "32": "images\/icons\/icon32.png",
        "48": "images\/icons\/icon48.png",
        "64": "images\/icons\/icon64.png",
        "96": "images\/icons\/icon96.png",
        "128": "images\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "*:\/\/*.linguee.com\/*",
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_title": "Linguee-Translator",
        "default_icon": {
            "32": "images\/icons\/icon32.png"
        },
        "default_popup": "html\/popup.html"
    }
}