Vajehyab

Multilingual Dictionary!

Was ist Vajehyab?

Vajehyab ist eine Chrome-Erweiterung, die von https://vajehyab.com entwickelt wurde, und ihr Hauptmerkmal ist "Multilingual Dictionary!".

Erweiterungsscreenshots

screenshot
screenshot

Vajehyab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Vajehyab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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..                    

Grundlegende Informationen zur Erweiterung

Name Vajehyab Vajehyab
ID jnfhbofpfodjehahbofdnaliphmjngnf
Offizielle URL https://chromewebstore.google.com/detail/vajehyab/jnfhbofpfodjehahbofdnaliphmjngnf
Beschreibung Multilingual Dictionary!
Dateigröße 147 KB
Installationsanzahl 4,646
Aktuelle Version 3.2.0
Letztes Update 2023-06-10
Veröffentlichungsdatum 2023-06-03
Bewertung 4.53/5 Insgesamt 129 Bewertungen
Entwickler https://vajehyab.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://vajehyab.com
Hilfeseite URL https://vajehyab.com/extension
Unterstützte Sprachen 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
}