Vajehyab

Look up persian words using Vajehyab

Qu'est-ce que Vajehyab ?

Vajehyab est une extension Chrome développée par Zia Zafari, et sa fonction principale est "Look up persian words using Vajehyab".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Vajehyab

Téléchargez les fichiers d'extension Vajehyab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This is an alternative extension for Vajehyab. Make a selection of your word and use the context menu to look it up using Vajehyab. You can search both English and Persian words.

Disclaimer: this extension is in no way related to the developers of Vajehyab. I myself am simply a user of the site who is interested in an alternative way to access it.                    

Informations de Base sur l'Extension

Nom Vajehyab Vajehyab
ID iiacjfkjpjmnapncgppmjijgmjlgldha
URL Officiel https://chromewebstore.google.com/detail/vajehyab/iiacjfkjpjmnapncgppmjijgmjlgldha
Description Look up persian words using Vajehyab
Taille du Fichier 9.56 KB
Nombre d'Installations 1,013
Version Actuelle 1.1
Dernière Mise à Jour 2019-10-17
Date de Publication 2019-10-17
Évaluation 4.00/5 Total 4 Évaluations
Développeur Zia Zafari
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vajehyab",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Look up persian words using Vajehyab",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "vajehyab.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "author": "Zia Zafari"
}