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
官方網址 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
    }
}