Wikipedia Link Expander
Changes the title text for wikipedia links to be the first paragraph of that page
Was ist Wikipedia Link Expander?
Wikipedia Link Expander ist eine Chrome-Erweiterung, die von jacloar entwickelt wurde, und ihr Hauptmerkmal ist "Changes the title text for wikipedia links to be the first paragraph of that page".
Erweiterungsscreenshots
Wikipedia Link Expander-Erweiterungs-CRX-Datei herunterladen
Laden Sie Wikipedia Link Expander-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
Wikipedia Link Expander is for people who enjoy browsing articles on Wikipedia and exploring all the links. This extension allows you to hover over a link in Wikipedia and view the first paragraph of information in that article so you can read without clicking away. It isn't very good, it is incredibly buggy, and there are probably better alternatives out there, but we wanted to show off our version!
Grundlegende Informationen zur Erweiterung
Name | |
ID | olcpeoibndddjeocibmiabmohnedcdif |
Offizielle URL | https://chrome.google.com/webstore/detail/wikipedia-link-expander/olcpeoibndddjeocibmiabmohnedcdif |
Beschreibung | Changes the title text for wikipedia links to be the first paragraph of that page |
Dateigröße | 48.91 KB |
Installationsanzahl | 45 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2015-02-08 |
Veröffentlichungsdatum | 2015-02-08 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | jacloar |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wikipedia Link Expander", "description": "Changes the title text for wikipedia links to be the first paragraph of that page", "version": "1.0.1", "icons": { "16": "images\/wikipediaicon16.png", "48": "images\/wikipediaicon48.png", "128": "images\/wikipediaicon128.png" }, "permissions": [ "tabs", "activeTab", "contentSettings", "http:\/\/*.wikipedia.org\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.wikipedia.org\/*" ], "js": [ "jquery-1.11.2.min.js", "wikipediaHover.js" ] } ] } |