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