Wikipedia Hover

Skip the tabs

Wat is Wikipedia Hover?

Wikipedia Hover is een Chrome-extensie ontwikkeld door effortlesslyfly, en de belangrijkste functie is "Skip the tabs".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Wikipedia Hover

Download Wikipedia Hover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Simply hover over any Wikipedia link and it'll show you its summary.                    

Basisinformatie over de Extensie

Naam Wikipedia Hover Wikipedia Hover
ID lfacpfamfnhljkidjmgekpimhjkabfoo
Officiële URL https://chrome.google.com/webstore/detail/wikipedia-hover/lfacpfamfnhljkidjmgekpimhjkabfoo
Beschrijving Skip the tabs
Bestandsgrootte 86.81 KB
Aantal Installaties 83
Huidige Versie 1.2
Laatst Bijgewerkt 2014-02-12
Publicatiedatum 2014-02-12
Beoordeling 4.43/5 Totaal 7 Beoordelingen
Ontwikkelaar effortlesslyfly
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wikipedia Hover",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.11.0.js",
                "background.js"
            ]
        }
    ],
    "description": "Skip the tabs",
    "short_name": "Wikipedia Hover",
    "version": "1.2"
}