Longman Dictionary Bubble

Search a definition from Longman Dictionary of Contemporary English (5th edition)

Τι είναι το Longman Dictionary Bubble;

Το Longman Dictionary Bubble είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον nator333, και η κύρια λειτουργία του είναι "Search a definition from Longman Dictionary of Contemporary English (5th edition)".

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

screenshot
screenshot
screenshot

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

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

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

                        English should be learned in English. This is the suitable app for those who believe that.
This extension shows bubble type popup for the selected word's definition in Longman Dictionary.

It can show a clickable icon for the popup, or clicking a word displays the bubble immediately. This always adopts American English pronunciation rather than British pronunciation.

If you would like to comment, please leave any here (or on this Github repository (https://github.com/nator333/longman-chrome-extention)).

For your information, this extension uses Pearson Dictionary API (http://developer.pearson.com/apis/dictionaries). It was supposed to become unavailable at the end of 2017 but still available up until today (May, 2019).                    

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

Όνομα Longman Dictionary Bubble Longman Dictionary Bubble
ID cajklhanpcgcpkikgpcnogpdndpjdjjn
Επίσημο URL https://chrome.google.com/webstore/detail/longman-dictionary-bubble/cajklhanpcgcpkikgpcnogpdndpjdjjn
Περιγραφή Search a definition from Longman Dictionary of Contemporary English (5th edition)
Μέγεθος Αρχείου 788 KB
Αριθμός Εγκαταστάσεων 5,974
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2019-07-15
Ημερομηνία Δημοσίευσης 2019-07-15
Αξιολόγηση 3.88/5 Συνολικά 24 Αξιολογήσεις
Προγραμματιστής nator333
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://nakamata.tech
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Longman Dictionary Bubble",
    "short_name": "Lmd bubble",
    "description": "Search a definition from Longman Dictionary of Contemporary English (5th edition)",
    "author": "nator333",
    "version": "1.1.1",
    "icons": {
        "16": "icons\/Longman16.png",
        "48": "icons\/Longman48.png",
        "128": "icons\/Longman128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_title": "title",
        "default_popup": "pages\/popup.html"
    },
    "options_page": "pages\/options.html",
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'"
}