Wikipedia Link Expander
Changes the title text for wikipedia links to be the first paragraph of that page
Qu'est-ce que Wikipedia Link Expander ?
Wikipedia Link Expander est une extension Chrome développée par jacloar, et sa fonction principale est "Changes the title text for wikipedia links to be the first paragraph of that page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Wikipedia Link Expander
Téléchargez les fichiers d'extension Wikipedia Link Expander au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | olcpeoibndddjeocibmiabmohnedcdif |
URL Officiel | https://chrome.google.com/webstore/detail/wikipedia-link-expander/olcpeoibndddjeocibmiabmohnedcdif |
Description | Changes the title text for wikipedia links to be the first paragraph of that page |
Taille du Fichier | 48.91 KB |
Nombre d'Installations | 45 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2015-02-08 |
Date de Publication | 2015-02-08 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | jacloar |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |