Arabic Dictionary

Arabic Dictionary Extension

Arabic Dictionaryとは何ですか?

Arabic DictionaryはPolyMasterによって開発されたChromeの拡張機能で、その主な機能は「Arabic Dictionary Extension」です。

拡張機能のスクリーンショット

screenshot

Arabic Dictionary拡張機能のCRXファイルをダウンロード

Arabic Dictionary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Arabic Dictionary is a brand new take on what a dictionary should be. Say goodbye to endlessly flipping through volumes upon volumes of paperback dictionaries and lexicons. Just hover over an arabic word, Arabic Dictionary brings you the definition in English, on-the-fly, complete with harakat in a simple, easy to read popup. Works seamlessly on almost all websites, no configuration required! Download now and supercharge your learning today!                    

拡張機能の基本情報

名前 Arabic Dictionary Arabic Dictionary
ID loipjegagmfjcbofhmigjemdfcahcggm
公式URL https://chromewebstore.google.com/detail/arabic-dictionary/loipjegagmfjcbofhmigjemdfcahcggm
説明 Arabic Dictionary Extension
ファイルサイズ 20.51 MB
インストール数 4,000
現在のバージョン 2.0
最終更新日 2023-05-29
公開日 2016-06-02
評価 4.38/5 合計 40 レビュー
開発者 PolyMaster
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Arabic Dictionary",
    "version": "2.0",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "contentscript.js"
            ],
            "css": [
                "tooltip.css",
                "selection.css"
            ]
        }
    ],
    "description": "Arabic Dictionary Extension",
    "icons": {
        "16": "img\/translation_16.png",
        "48": "img\/translation_48.png",
        "128": "img\/translation_128.png"
    },
    "browser_action": {
        "name": "Click to change the icon's color"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "translator.js",
                "tooltip.js",
                "data\/*",
                "selection.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": []
}