Wikipedia Link Expander
Changes the title text for wikipedia links to be the first paragraph of that page
Co je Wikipedia Link Expander?
Wikipedia Link Expander je rozšíření Chrome vyvinuté jacloar, a jeho hlavní funkcí je „Changes the title text for wikipedia links to be the first paragraph of that page“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Wikipedia Link Expander
Stáhněte si soubory rozšíření Wikipedia Link Expander ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | olcpeoibndddjeocibmiabmohnedcdif |
Oficiální URL | https://chrome.google.com/webstore/detail/wikipedia-link-expander/olcpeoibndddjeocibmiabmohnedcdif |
Popis | Changes the title text for wikipedia links to be the first paragraph of that page |
Velikost souboru | 48.91 KB |
Počet instalací | 45 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2015-02-08 |
Datum Vydání | 2015-02-08 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | jacloar |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |