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
Cos'è Better Platts Urdu Dictionary?
Better Platts Urdu Dictionary è un'estensione di Chrome sviluppata da kevinjamesmann, e la sua funzione principale è "Fixes entry of certain unicode characters to match with the Platts Urdu dictionary. Icon made by Smashicons from www.flaticon.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Better Platts Urdu Dictionary
Scarica i file di estensione Better Platts Urdu Dictionary in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Better Platts Urdu Dictionary |
ID | ccindiinopejbbioijdmdjoiojkoedfg |
URL Ufficiale | https://chromewebstore.google.com/detail/better-platts-urdu-dictio/ccindiinopejbbioijdmdjoiojkoedfg |
Descrizione | Fixes entry of certain unicode characters to match with the Platts Urdu dictionary. Icon made by Smashicons from www.flaticon.com |
Dimensione del File | 805 KB |
Conteggio Installazioni | 16 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2020-02-28 |
Data di Pubblicazione | 2020-02-26 |
Sviluppatore | kevinjamesmann |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |