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

What is Better Platts Urdu Dictionary?

Better Platts Urdu Dictionary is a Chrome extension developed by kevinjamesmann, and its main feature is "Fixes entry of certain unicode characters to match with the Platts Urdu dictionary. Icon made by Smashicons from www.flaticon.com".

Extension Screenshots

screenshot

Download Better Platts Urdu Dictionary Extension CRX File

Download Better Platts Urdu Dictionary extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Better Platts Urdu Dictionary Better Platts Urdu Dictionary
ID ccindiinopejbbioijdmdjoiojkoedfg
Official URL https://chromewebstore.google.com/detail/better-platts-urdu-dictio/ccindiinopejbbioijdmdjoiojkoedfg
Description Fixes entry of certain unicode characters to match with the Platts Urdu dictionary. Icon made by Smashicons from www.flaticon.com
File Size 805 KB
Installation Count 16
Current Version 0.2
Last Updated 2020-02-28
Publish Date 2020-02-26
Developer kevinjamesmann
Payment Type free
Supported Languages 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
}