WAZAHAT - Urdu Dictionary
Double click a word or select a phrase to retrieve Urdu meanings
WAZAHAT - Urdu Dictionary란 무엇입니까?
WAZAHAT - Urdu Dictionary은(는) https://readersenglish.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Double click a word or select a phrase to retrieve Urdu meanings"입니다.
확장 프로그램 스크린샷
WAZAHAT - Urdu Dictionary 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | WAZAHAT - Urdu Dictionary |
ID | mjochdmmghlojhpoiekeifpklaiiopbk |
공식 URL | https://chromewebstore.google.com/detail/wazahat-urdu-dictionary/mjochdmmghlojhpoiekeifpklaiiopbk |
설명 | Double click a word or select a phrase to retrieve Urdu meanings |
파일 크기 | 122 KB |
설치 횟수 | 698 |
현재 버전 | 1.0 |
최근 업데이트 | 2021-08-29 |
출시 날짜 | 2021-08-28 |
평점 | 4.47/5 총 15 개의 평점 |
개발자 | https://readersenglish.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://readersenglish.com |
도움말 페이지 URL | https://readersenglish.com/contact |
개인정보 보호 정책 페이지 URL | https://akvon.com/privacy-policy.html |
지원되는 언어 | 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\/" ] } |