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
公式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
Eメール [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\/"
    ]
}