Wiki Preview
Preview Wikipedia links for easier reading.
What is Wiki Preview?
Wiki Preview is a Chrome extension developed by https://ictech.fr, and its main feature is "Preview Wikipedia links for easier reading.".
Extension Screenshots
Download Wiki Preview Extension CRX File
Download Wiki Preview extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
When you're reading a Wikipedia articles, you often just want to have a glimpse of what other articles are about, without getting distracted from your main article. This extension allows you to view a summary of any link on Wikipedia (first paragraph). This way you can focus on your main article you are reading, and still have a glimpse of what the other articles are about.
Extension Basic Information
Name | Wiki Preview |
ID | keodbghcggpcaaihokbhmeehadnkemgc |
Official URL | https://chromewebstore.google.com/detail/wiki-preview/keodbghcggpcaaihokbhmeehadnkemgc |
Description | Preview Wikipedia links for easier reading. |
File Size | 138 KB |
Installation Count | 148 |
Current Version | 1.0 |
Last Updated | 2014-05-30 |
Publish Date | 2014-05-29 |
Rating | 5.00/5 Total 8 Ratings |
Developer | https://ictech.fr |
Payment Type | free |
Extension Website | http://ictech.fr/wiki/ |
Help Page URL | http://ictech.fr/wiki/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wiki Preview", "version": "1.0", "homepage_url": "http:\/\/ictech.fr\/wiki\/", "description": "Preview Wikipedia links for easier reading.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon.png" }, "browser_action": [], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "*.map" ], "content_scripts": [ { "matches": [ "http:\/\/*.wikipedia.org\/*" ], "css": [ "overlay.css" ], "js": [ "jquery-2.0.3.min.js", "iframeResizer.min.js", "wikipreview_ch.js" ] } ] } |