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
电子邮箱 [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": []
}