Wikihover

A Chrome extension that allows you get the summary of an article with the hover of your mouse.

Τι είναι το Wikihover;

Το Wikihover είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ellenbrook.github.io, και η κύρια λειτουργία του είναι "A Chrome extension that allows you get the summary of an article with the hover of your mouse.".

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

screenshot

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

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

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

                        Are you sick of getting lost in a sea of open tabs when browsing Wikipedia? This Chrome Extension makes that problem go away. Simply hover over almost any Wikipedia link located in the main body of the page and see a brief summary appear at the top of your browser window! Remove your mouse from the link and the added text disappears. It's just that simple.                    

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

Όνομα Wikihover Wikihover
ID aohcgnijnfgcofeijeeoinefklfghdcc
Επίσημο URL https://chromewebstore.google.com/detail/wikihover/aohcgnijnfgcofeijeeoinefklfghdcc
Περιγραφή A Chrome extension that allows you get the summary of an article with the hover of your mouse.
Μέγεθος Αρχείου 118 KB
Αριθμός Εγκαταστάσεων 61
Τρέχουσα Έκδοση 0.0.3
Τελευταία Ενημέρωση 2015-08-21
Ημερομηνία Δημοσίευσης 2015-08-21
Αξιολόγηση 4.11/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής https://ellenbrook.github.io
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://ellenbrook.github.io/
Διεύθυνση URL της Σελίδας Βοήθειας http://ellenbrook.github.io/wikihover-google-chrome-extension/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wikihover",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "A Chrome extension that allows you get the summary of an article with the hover of your mouse.",
    "homepage_url": "http:\/\/ellenbrook.github.io",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "http:\/\/wikipedia.org\/*",
        "https:\/\/wikipedia.org\/*",
        "http:\/\/en.wikipedia.org\/*",
        "https:\/\/en.wikipedia.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/wikipedia.org\/*",
                "https:\/\/wikipedia.org\/*",
                "http:\/\/*.wikipedia.org\/*",
                "https:\/\/*.wikipedia.org\/*"
            ],
            "js": [
                "js\/jquery\/jquery.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}