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

O que é Morfix Translator?

Morfix Translator é uma extensão do Chrome desenvolvida por yoavdevacc, e sua principal característica é "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".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Morfix Translator

Baixe arquivos de extensão Morfix Translator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Translate words from English to Hebrew and vice versa in a new tab using Morfix with a Single Click                    

Informações Básicas da Extensão

Nome Morfix Translator Morfix Translator
ID iokfdpkjimlhkobipplfhkkeenbdfame
URL Oficial https://chromewebstore.google.com/detail/morfix-translator/iokfdpkjimlhkobipplfhkkeenbdfame
Descrição 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
Tamanho do Arquivo 20.31 KB
Contagem de Instalações 296
Versão Atual 0.11
Última Atualização 2021-02-18
Data de Publicação 2021-02-18
Desenvolvedor yoavdevacc
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}