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”。

擴展截圖

screenshot

下載WAZAHAT - Urdu Dictionary擴展crx文件

下載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
官方網址 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\/"
    ]
}