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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } } |