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
Eメール [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
}