Arabdict

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

什么是Arabdict?

Arabdict是由Katvin Kassani开发的Chrome扩展程序,该扩展的主要功能是“Arabdict is a general and specialized dictionary German-Arabic & Arabic-German with a focus on economics, law and politics and more.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Arabdict扩展crx文件

下载Arabdict扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Arabdict Arabdict
ID obbhfaggdoihpgmmdmoobbfaminbngka
官方URL https://chromewebstore.google.com/detail/arabdict/obbhfaggdoihpgmmdmoobbfaminbngka
简介 Arabdict is a general and specialized dictionary German-Arabic & Arabic-German with a focus on economics, law and politics and more.
文件大小 23.84 KB
安装次数 333
当前版本 2.0.0
更新时间 2020-11-08
上架时间 2020-11-01
评分 5.00/5 共8次评分
开发者 Katvin Kassani
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://github.com/katvin
支持的语言 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
    }
}