WAZAHAT - Urdu Dictionary

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

Cos'è WAZAHAT - Urdu Dictionary?

WAZAHAT - Urdu Dictionary è un'estensione di Chrome sviluppata da https://readersenglish.com, e la sua funzione principale è "Double click a word or select a phrase to retrieve Urdu meanings".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WAZAHAT - Urdu Dictionary

Scarica i file di estensione WAZAHAT - Urdu Dictionary in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome WAZAHAT - Urdu Dictionary WAZAHAT - Urdu Dictionary
ID mjochdmmghlojhpoiekeifpklaiiopbk
URL Ufficiale https://chromewebstore.google.com/detail/wazahat-urdu-dictionary/mjochdmmghlojhpoiekeifpklaiiopbk
Descrizione Double click a word or select a phrase to retrieve Urdu meanings
Dimensione del File 122 KB
Conteggio Installazioni 698
Versione Corrente 1.0
Ultimo Aggiornamento 2021-08-29
Data di Pubblicazione 2021-08-28
Valutazione 4.47/5 Totale 15 Valutazioni
Sviluppatore https://readersenglish.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://readersenglish.com
URL della Pagina di Aiuto https://readersenglish.com/contact
URL della Pagina della Politica sulla Privacy https://akvon.com/privacy-policy.html
Lingue Supportate 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\/"
    ]
}