Vajehyab

Look up persian words using Vajehyab

Co to jest Vajehyab?

Vajehyab to rozszerzenie Chrome opracowane przez Zia Zafari, a jego główną funkcją jest „Look up persian words using Vajehyab”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Vajehyab

Pobierz pliki rozszerzeń Vajehyab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Vajehyab Vajehyab
ID iiacjfkjpjmnapncgppmjijgmjlgldha
Oficjalny URL https://chromewebstore.google.com/detail/vajehyab/iiacjfkjpjmnapncgppmjijgmjlgldha
Opis Look up persian words using Vajehyab
Rozmiar pliku 9.56 KB
Liczba instalacji 1,013
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2019-10-17
Data Publikacji 2019-10-17
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper Zia Zafari
Typ Płatności free
Obsługiwane Języki 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"
}