WikiPopups

Wikipedia popups. Wikipedia links appear as popups when hovering them. Go to Wikipedia! (Beta)

Was ist WikiPopups?

WikiPopups ist eine Chrome-Erweiterung, die von wikipediapopups entwickelt wurde, und ihr Hauptmerkmal ist "Wikipedia popups. Wikipedia links appear as popups when hovering them. Go to Wikipedia! (Beta)".

Erweiterungsscreenshots

screenshot

WikiPopups-Erweiterungs-CRX-Datei herunterladen

Laden Sie WikiPopups-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        WikiPopup is a simple as can be extension to Wikipedia that makes checking out the links you come across a bit easier. It is in the beta stage, so feedback is appreciated.

If you for some reason want to support the development you can donate by Paypal to [email protected].                    

Grundlegende Informationen zur Erweiterung

Name WikiPopups WikiPopups
ID deljgppfggnhgkehhiogffhjdbjlbccb
Offizielle URL https://chromewebstore.google.com/detail/wikipopups/deljgppfggnhgkehhiogffhjdbjlbccb
Beschreibung Wikipedia popups. Wikipedia links appear as popups when hovering them. Go to Wikipedia! (Beta)
Dateigröße 83.44 KB
Installationsanzahl 80
Aktuelle Version 0.261
Letztes Update 2013-10-30
Veröffentlichungsdatum 2013-10-30
Bewertung 4.71/5 Insgesamt 7 Bewertungen
Entwickler wikipediapopups
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WikiPopups",
    "description": "Wikipedia popups. Wikipedia links appear as popups when hovering them. Go to Wikipedia! (Beta)",
    "version": "0.261",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.wikipedia.org\/*",
                "http:\/\/*.wikipedia.org\/*"
            ],
            "css": [
                "popup.css"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ]
}