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

Co je Better Platts Urdu Dictionary?

Better Platts Urdu Dictionary je rozšíření Chrome vyvinuté kevinjamesmann, a jeho hlavní funkcí je „Fixes entry of certain unicode characters to match with the Platts Urdu dictionary. Icon made by Smashicons from www.flaticon.com“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Better Platts Urdu Dictionary

Stáhněte si soubory rozšíření Better Platts Urdu Dictionary ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Better Platts Urdu Dictionary Better Platts Urdu Dictionary
ID ccindiinopejbbioijdmdjoiojkoedfg
Oficiální URL https://chromewebstore.google.com/detail/better-platts-urdu-dictio/ccindiinopejbbioijdmdjoiojkoedfg
Popis Fixes entry of certain unicode characters to match with the Platts Urdu dictionary. Icon made by Smashicons from www.flaticon.com
Velikost souboru 805 KB
Počet instalací 16
Aktuální Verze 0.2
Poslední Aktualizace 2020-02-28
Datum Vydání 2020-02-26
Vývojář kevinjamesmann
Typ Platby free
Podporované Jazyky 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
}