Oxford Dictionary Search

Searches selected words in the Online Oxford Dictionary

Τι είναι το Oxford Dictionary Search;

Το Oxford Dictionary Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον progmonster, και η κύρια λειτουργία του είναι "Searches selected words in the Online Oxford Dictionary".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Oxford Dictionary Search

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

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

                        Updated 02 Nov 2016. Thanks a lot OSryx for the help (https://github.com/OSryx)                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Oxford Dictionary Search Oxford Dictionary Search
ID bbhgfdkgegllnkmnpidalgbgdghilnha
Επίσημο URL https://chrome.google.com/webstore/detail/oxford-dictionary-search/bbhgfdkgegllnkmnpidalgbgdghilnha
Περιγραφή Searches selected words in the Online Oxford Dictionary
Μέγεθος Αρχείου 19.39 KB
Αριθμός Εγκαταστάσεων 3,000
Τρέχουσα Έκδοση 0.2
Τελευταία Ενημέρωση 2016-11-02
Ημερομηνία Δημοσίευσης 2016-11-02
Αξιολόγηση 2.91/5 Συνολικά 86 Αξιολογήσεις
Προγραμματιστής progmonster
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/progmonster/oxford-dictionary-search.chrome-extensions
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Oxford Dictionary Search",
    "description": "Searches selected words in the Online Oxford Dictionary",
    "version": "0.2",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "128": "images\/oxford128.png",
        "54": "images\/oxford54.png",
        "16": "images\/oxford16.png"
    },
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}