Linguee Context Menu

A chrome plugin witch provides a context menu for easy linguee searches

Hvad er Linguee Context Menu?

Linguee Context Menu er en Chrome-udvidelse udviklet af addyi, og dens hovedfunktion er "A chrome plugin witch provides a context menu for easy linguee searches".

Udvidelsesskærmbilleder

screenshot

Download Linguee Context Menu-udvidelses-CRX-fil

Download Linguee Context Menu-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

                        This is a chrome plugin which provides a context menu for easy Linguee Translator searches. This plugin is unofficial and has no connection to the firm behind Linguee.                    

Grundlæggende oplysninger om udvidelsen

Navn Linguee Context Menu Linguee Context Menu
ID agcillhniodhhnjmmigkgpbeodnclmmp
Officiel URL https://chromewebstore.google.com/detail/linguee-context-menu/agcillhniodhhnjmmigkgpbeodnclmmp
Beskrivelse A chrome plugin witch provides a context menu for easy linguee searches
Filstørrelse 78.15 KB
Antal Installationer 2,985
Nuværende Version 1.5.1
Senest Opdateret 2019-05-01
Udgivelsesdato 2019-05-01
Bedømmelse 4.44/5 Samlet 9 Bedømmelser
Udvikler addyi
Betalingsmetode free
Udvidelseswebsted https://github.com/addyi/linguee-chrome-plugin
Hjælpeside-URL https://github.com/addyi/linguee-chrome-plugin
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linguee Context Menu",
    "author": "addyi",
    "homepage_url": "https:\/\/github.com\/addyi\/linguee-chrome-plugin",
    "version": "1.5.1",
    "manifest_version": 2,
    "description": "A chrome plugin witch provides a context menu for easy linguee searches",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "offline_enabled": false,
    "browser_action": {
        "default_icon": "img\/pluginIcon128.png",
        "default_popup": "popup.html",
        "default_title": "Linguee Context Menu"
    },
    "icons": {
        "16": "img\/pluginIcon16.png",
        "32": "img\/pluginIcon32.png",
        "48": "img\/pluginIcon48.png",
        "64": "img\/pluginIcon64.png",
        "128": "img\/pluginIcon128.png",
        "256": "img\/pluginIcon256.png",
        "512": "img\/pluginIcon512.png"
    },
    "background": {
        "scripts": [
            "setup.js",
            "contextAction.js"
        ]
    }
}