Morfix Translator

Morfix Translator is here to save the manual labor of looking up a word, and it will do it for you just within a single click

Hvad er Morfix Translator?

Morfix Translator er en Chrome-udvidelse udviklet af yoavdevacc, og dens hovedfunktion er "Morfix Translator is here to save the manual labor of looking up a word, and it will do it for you just within a single click".

Udvidelsesskærmbilleder

screenshot

Download Morfix Translator-udvidelses-CRX-fil

Download Morfix 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 words from English to Hebrew and vice versa in a new tab using Morfix with a Single Click                    

Grundlæggende oplysninger om udvidelsen

Navn Morfix Translator Morfix Translator
ID iokfdpkjimlhkobipplfhkkeenbdfame
Officiel URL https://chromewebstore.google.com/detail/morfix-translator/iokfdpkjimlhkobipplfhkkeenbdfame
Beskrivelse Morfix Translator is here to save the manual labor of looking up a word, and it will do it for you just within a single click
Filstørrelse 20.31 KB
Antal Installationer 296
Nuværende Version 0.11
Senest Opdateret 2021-02-18
Udgivelsesdato 2021-02-18
Udvikler yoavdevacc
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Morfix Translator",
    "version": "0.11",
    "permissions": [
        "contextMenus"
    ],
    "description": "Morfix Translator is here to save the manual labor of looking up a word, and it will do it for you just within a single click",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "manifest_version": 2
}