Better Platts Urdu Dictionary

Fixes entry of certain unicode characters to match with the Platts Urdu dictionary. Icon made by Smashicons from www.flaticon.com

什麼是Better Platts Urdu Dictionary?

Better Platts Urdu Dictionary是由kevinjamesmann開發的Chrome擴展程式,該擴展的主要功能是“Fixes entry of certain unicode characters to match with the Platts Urdu dictionary. Icon made by Smashicons from www.flaticon.com”。

擴展截圖

screenshot

下載Better Platts Urdu Dictionary擴展crx文件

下載Better Platts Urdu Dictionary擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The Platts Urdu dictionary at https://dsal.uchicago.edu/dictionaries/platts/ uses some characters not found on a standard keyboard for Android. The extension converts your input into compatible text.  

Flag Icon made by Smashicons from www.flaticon.com                    

擴展基本資訊

名稱 Better Platts Urdu Dictionary Better Platts Urdu Dictionary
ID ccindiinopejbbioijdmdjoiojkoedfg
官方網址 https://chromewebstore.google.com/detail/better-platts-urdu-dictio/ccindiinopejbbioijdmdjoiojkoedfg
簡介 Fixes entry of certain unicode characters to match with the Platts Urdu dictionary. Icon made by Smashicons from www.flaticon.com
檔案大小 805 KB
安裝次數 16
目前版本 0.2
更新時間 2020-02-28
上架時間 2020-02-26
開發者 kevinjamesmann
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Platts Urdu Dictionary",
    "version": "0.2",
    "description": "Fixes entry of certain unicode characters to match with the Platts Urdu dictionary. Icon made by Smashicons from www.flaticon.com",
    "icons": {
        "16": "images\/pk16.png",
        "32": "images\/pk32.png",
        "64": "images\/pk64.png",
        "128": "images\/pk128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dsal.uchicago.edu\/dictionaries\/platts\/*"
            ],
            "js": [
                "jquery.min.js",
                "contentScript.js"
            ]
        }
    ],
    "manifest_version": 2
}