WAZAHAT - Urdu Dictionary
Double click a word or select a phrase to retrieve Urdu meanings
Wat is WAZAHAT - Urdu Dictionary?
WAZAHAT - Urdu Dictionary is een Chrome-extensie ontwikkeld door https://readersenglish.com, en de belangrijkste functie is "Double click a word or select a phrase to retrieve Urdu meanings".
Extensie Screenshots
Download het CRX-bestand van de extensie WAZAHAT - Urdu Dictionary
Download WAZAHAT - Urdu Dictionary-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | WAZAHAT - Urdu Dictionary |
ID | mjochdmmghlojhpoiekeifpklaiiopbk |
Officiële URL | https://chromewebstore.google.com/detail/wazahat-urdu-dictionary/mjochdmmghlojhpoiekeifpklaiiopbk |
Beschrijving | Double click a word or select a phrase to retrieve Urdu meanings |
Bestandsgrootte | 122 KB |
Aantal Installaties | 698 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-08-29 |
Publicatiedatum | 2021-08-28 |
Beoordeling | 4.47/5 Totaal 15 Beoordelingen |
Ontwikkelaar | https://readersenglish.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://readersenglish.com |
Help Pagina-URL | https://readersenglish.com/contact |
URL van de Privacybeleid Pagina | https://akvon.com/privacy-policy.html |
Ondersteunde Talen | 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\/" ] } |