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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kevinjamesmann, και η κύρια λειτουργία του είναι "Fixes entry of certain unicode characters to match with the Platts Urdu dictionary. Icon made by Smashicons from www.flaticon.com".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Better Platts Urdu Dictionary

Λήψη αρχείων επέκτασης Better Platts Urdu Dictionary σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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
}