WAZAHAT - Urdu Dictionary

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

WAZAHAT - Urdu Dictionary là gì?

WAZAHAT - Urdu Dictionary là một tiện ích mở rộng Chrome được phát triển bởi https://readersenglish.com, và tính năng chính của nó là "Double click a word or select a phrase to retrieve Urdu meanings".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WAZAHAT - Urdu Dictionary

Tải xuống các tệp mở rộng WAZAHAT - Urdu Dictionary dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WAZAHAT - Urdu Dictionary WAZAHAT - Urdu Dictionary
ID mjochdmmghlojhpoiekeifpklaiiopbk
URL Chính Thức https://chromewebstore.google.com/detail/wazahat-urdu-dictionary/mjochdmmghlojhpoiekeifpklaiiopbk
Mô tả Double click a word or select a phrase to retrieve Urdu meanings
Kích Thước Tệp 122 KB
Số Lần Cài Đặt 698
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-08-29
Ngày Phát Hành 2021-08-28
Đánh Giá 4.47/5 Tổng số 15 Đánh Giá
Nhà Phát Triển https://readersenglish.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://readersenglish.com
URL Trang Trợ Giúp https://readersenglish.com/contact
URL Trang Chính Sách Bảo Mật https://akvon.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}