Vajehyab

Multilingual Dictionary!

Wat is Vajehyab?

Vajehyab is een Chrome-extensie ontwikkeld door https://vajehyab.com, en de belangrijkste functie is "Multilingual Dictionary!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Vajehyab

Download Vajehyab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Vajehyab Vajehyab
ID jnfhbofpfodjehahbofdnaliphmjngnf
Officiële URL https://chromewebstore.google.com/detail/vajehyab/jnfhbofpfodjehahbofdnaliphmjngnf
Beschrijving Multilingual Dictionary!
Bestandsgrootte 147 KB
Aantal Installaties 4,646
Huidige Versie 3.2.0
Laatst Bijgewerkt 2023-06-10
Publicatiedatum 2023-06-03
Beoordeling 4.53/5 Totaal 129 Beoordelingen
Ontwikkelaar https://vajehyab.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://vajehyab.com
Help Pagina-URL https://vajehyab.com/extension
Ondersteunde Talen 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
}