Qwikipedia

Hover over blue terms in Wikipedia pages to get a popup with a Wikipedia-provided description of that term.

Τι είναι το Qwikipedia;

Το Qwikipedia είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον benjyblack, και η κύρια λειτουργία του είναι "Hover over blue terms in Wikipedia pages to get a popup with a Wikipedia-provided description of that term.".

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

screenshot

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

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

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

                        Ever been on a Wikipedia binge and find that you have about 20 tabs open at once? If you're anything like me, once you encounter a new term you don't understand in your current page, you'll middle-click it to open it up in a new tab for reading later. This results in a lot of clutter at the top of your browser and can really slow things down if you're on an older computer.

Meet Qwikipedia! The quicker, more convenient way to browse Wikipedia. Anytime you encounter a blue term you'd like to know more about on a Wikipedia page, simply hover over it with your mouse to get a popup of the essential information about that item! Save time and computer resources with Qwikipedia.                    

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

Όνομα Qwikipedia Qwikipedia
ID kbbfhhcbaaahidkajomclgljbilpijla
Επίσημο URL https://chromewebstore.google.com/detail/qwikipedia/kbbfhhcbaaahidkajomclgljbilpijla
Περιγραφή Hover over blue terms in Wikipedia pages to get a popup with a Wikipedia-provided description of that term.
Μέγεθος Αρχείου 777 KB
Αριθμός Εγκαταστάσεων 74
Τρέχουσα Έκδοση 0.5
Τελευταία Ενημέρωση 2016-01-26
Ημερομηνία Δημοσίευσης 2016-01-25
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής benjyblack
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Qwikipedia",
    "description": "Hover over blue terms in Wikipedia pages to get a popup with a Wikipedia-provided description of that term.",
    "version": "0.5",
    "icons": {
        "16": "res\/icon-16.png",
        "48": "res\/icon-48.png",
        "128": "res\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wikipedia.org\/*"
            ],
            "js": [
                "qwikipedia.js"
            ],
            "run_at": "document_start"
        }
    ]
}