Vajehyab

Multilingual Dictionary!

什么是Vajehyab?

Vajehyab是由https://vajehyab.com开发的Chrome扩展程序,该扩展的主要功能是“Multilingual Dictionary!”。

扩展截图

screenshot
screenshot

下载Vajehyab扩展crx文件

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

扩展使用说明

                        Magicword is an anywhere access Persian dictionary provided by vajehyab.com.
Just double click on any word anywhere in the browser and you will get its definition or translation in seconds.
It supports both English to Persian(Farsi) and Persian to Persian translation.
Translations are provided by Vajehyab.com which has a reach set of Dictionaries such as Dehkhoda, Moein, Amid and etc..                    

扩展基本信息

名称 Vajehyab Vajehyab
ID jnfhbofpfodjehahbofdnaliphmjngnf
官方URL https://chromewebstore.google.com/detail/vajehyab/jnfhbofpfodjehahbofdnaliphmjngnf
简介 Multilingual Dictionary!
文件大小 147 KB
安装次数 4,646
当前版本 3.2.0
更新时间 2023-06-10
上架时间 2023-06-03
评分 4.53/5 共129次评分
开发者 https://vajehyab.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://vajehyab.com
帮助页面URL https://vajehyab.com/extension
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vajehyab",
    "version": "3.2.0",
    "description": "Multilingual Dictionary!",
    "icons": {
        "16": "src\/images\/icon-16.png",
        "48": "src\/images\/icon-48.png",
        "128": "src\/images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "css": [
                "src\/styles\/icon.css",
                "src\/styles\/font.css",
                "src\/styles\/color.css",
                "src\/styles\/modal.css"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/fonts\/*",
                "src\/images\/*",
                "src\/styles\/*",
                "src\/templates\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{a1c51b4d-8fa5-4f85-99a7-a5684be1a2ba}",
            "strict_min_version": "109.0"
        }
    },
    "manifest_version": 3
}