Vajehyab

Look up persian words using Vajehyab

Vajehyab क्या है?

Vajehyab Zia Zafari द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Look up persian words using Vajehyab"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Vajehyab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Vajehyab Vajehyab
ID iiacjfkjpjmnapncgppmjijgmjlgldha
आधिकारिक URL https://chromewebstore.google.com/detail/vajehyab/iiacjfkjpjmnapncgppmjijgmjlgldha
विवरण Look up persian words using Vajehyab
फ़ाइल का आकार 9.56 KB
स्थापना संख्या 1,013
वर्तमान संस्करण 1.1
अंतिम अपडेट 2019-10-17
प्रकाशन तिथि 2019-10-17
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर Zia Zafari
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
}