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 kevinjamesmann द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fixes entry of certain unicode characters to match with the Platts Urdu dictionary. Icon made by Smashicons from www.flaticon.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Better Platts Urdu Dictionary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 } |