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
Was ist Better Platts Urdu Dictionary?
Better Platts Urdu Dictionary ist eine Chrome-Erweiterung, die von kevinjamesmann entwickelt wurde, und ihr Hauptmerkmal ist "Fixes entry of certain unicode characters to match with the Platts Urdu dictionary. Icon made by Smashicons from www.flaticon.com".
Erweiterungsscreenshots
Better Platts Urdu Dictionary-Erweiterungs-CRX-Datei herunterladen
Laden Sie Better Platts Urdu Dictionary-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Better Platts Urdu Dictionary |
ID | ccindiinopejbbioijdmdjoiojkoedfg |
Offizielle URL | https://chromewebstore.google.com/detail/better-platts-urdu-dictio/ccindiinopejbbioijdmdjoiojkoedfg |
Beschreibung | Fixes entry of certain unicode characters to match with the Platts Urdu dictionary. Icon made by Smashicons from www.flaticon.com |
Dateigröße | 805 KB |
Installationsanzahl | 16 |
Aktuelle Version | 0.2 |
Letztes Update | 2020-02-28 |
Veröffentlichungsdatum | 2020-02-26 |
Entwickler | kevinjamesmann |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |