WAZAHAT - Urdu Dictionary

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

WAZAHAT - Urdu Dictionaryคืออะไร?

WAZAHAT - Urdu Dictionary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://readersenglish.com และคุณลักษณะหลักของมันคือ "Double click a word or select a phrase to retrieve Urdu meanings"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WAZAHAT - Urdu Dictionary

ดาวน์โหลดไฟล์ส่วนขยาย WAZAHAT - Urdu Dictionary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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\/"
    ]
}