Arabdict

Arabdict is a general and specialized dictionary German-Arabic & Arabic-German with a focus on economics, law and politics and more.

O que é Arabdict?

Arabdict é uma extensão do Chrome desenvolvida por Katvin Kassani, e sua principal característica é "Arabdict is a general and specialized dictionary German-Arabic & Arabic-German with a focus on economics, law and politics and more.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Arabdict

Baixe arquivos de extensão Arabdict 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

                        The dictionary is intended to reproduce the various Arabic terms commonly used in the different Arabic countries. Arabdict is intended to be more than a conventional dictionary. Therefore it also contains examples, remarks, synonyms and idiomatic expressions. Arabdict is intended to be an aid for students, translators and interpreters who deal with economic, legal and political texts. The use of Arabdict is free of charge                    

Informações Básicas da Extensão

Nome Arabdict Arabdict
ID obbhfaggdoihpgmmdmoobbfaminbngka
URL Oficial https://chromewebstore.google.com/detail/arabdict/obbhfaggdoihpgmmdmoobbfaminbngka
Descrição Arabdict is a general and specialized dictionary German-Arabic & Arabic-German with a focus on economics, law and politics and more.
Tamanho do Arquivo 23.84 KB
Contagem de Instalações 333
Versão Atual 2.0.0
Última Atualização 2020-11-08
Data de Publicação 2020-11-01
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor Katvin Kassani
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/katvin
Idiomas Suportados ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Arabdict",
    "version": "2.0.0",
    "description": "Arabdict is a general and specialized dictionary German-Arabic & Arabic-German with a focus on economics, law and politics and more.",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}