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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kevinjamesmann และคุณลักษณะหลักของมันคือ "Fixes entry of certain unicode characters to match with the Platts Urdu dictionary. Icon made by Smashicons from www.flaticon.com"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
}