WAZAHAT - Urdu Dictionary

Double click a word or select a phrase to retrieve Urdu meanings

Co to jest WAZAHAT - Urdu Dictionary?

WAZAHAT - Urdu Dictionary to rozszerzenie Chrome opracowane przez https://readersenglish.com, a jego główną funkcją jest „Double click a word or select a phrase to retrieve Urdu meanings”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia WAZAHAT - Urdu Dictionary

Pobierz pliki rozszerzeń WAZAHAT - Urdu Dictionary 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

                        With this chrome extension you can select a word or phrase on any website to retrieve its Urdu meanings and definition. The extension is powered by readersenglish.com the best online Urdu dictionary. This extension can be disabled on selected websites.                    

Podstawowe informacje o rozszerzeniu

Nazwa WAZAHAT - Urdu Dictionary WAZAHAT - Urdu Dictionary
ID mjochdmmghlojhpoiekeifpklaiiopbk
Oficjalny URL https://chromewebstore.google.com/detail/wazahat-urdu-dictionary/mjochdmmghlojhpoiekeifpklaiiopbk
Opis Double click a word or select a phrase to retrieve Urdu meanings
Rozmiar pliku 122 KB
Liczba instalacji 698
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-08-29
Data Publikacji 2021-08-28
Ocena 4.47/5 Łącznie 15 Oceny
Deweloper https://readersenglish.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://readersenglish.com
Adres URL Strony Pomocy https://readersenglish.com/contact
Adres URL Strony Polityki Prywatności https://akvon.com/privacy-policy.html
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WAZAHAT - Urdu Dictionary",
    "description": "Double click a word or select a phrase to retrieve Urdu meanings",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "\/content\/html\/popup.html",
        "default_icon": {
            "16": "\/content\/imgs\/reader-16.png",
            "32": "\/content\/imgs\/reader-32.png",
            "48": "\/content\/imgs\/reader-48.png",
            "128": "\/content\/imgs\/reader-128.png"
        }
    },
    "icons": {
        "16": "\/content\/imgs\/reader-16.png",
        "32": "\/content\/imgs\/reader-32.png",
        "48": "\/content\/imgs\/reader-48.png",
        "128": "\/content\/imgs\/reader-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/content\/js\/jquery-3.6.0.min.js",
                "\/content\/js\/tooltipster.js",
                "\/content\/js\/content.js"
            ],
            "css": [
                "\/content\/css\/tooltipster.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/content\/fonts\/nwn.ttf",
                "\/content\/imgs\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/readersenglish.com\/"
    ]
}