Lookup Companion for Wikipedia

Essential extension for any Wikipedia users. Full-featured: saves your recent wiki lookups, multi-lingual, back/forward and more!

What is Lookup Companion for Wikipedia?

Lookup Companion for Wikipedia is a Chrome extension developed by mongolian2010, and its main feature is "Essential extension for any Wikipedia users. Full-featured: saves your recent wiki lookups, multi-lingual, back/forward and more!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Lookup Companion for Wikipedia Extension CRX File

Download Lookup Companion for Wikipedia 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

                        Full-featured mini-browser/lookup tool for Wikipedia. Now 100,000 users! (Previously "Wikipedia Companion")

Features:
- Support all available languages in Wikipedia (New in 2.0)
- Support search via context menu
- Instant popup; No delay, no unneeded loading from server with our cache!
- Key focus: type the moment you open it
- Access to your recent lookups across any tabs and pages
- Back/forward history - works like mini-browser
- Multi-lingual support
- Option to open featured article on startup
- Select text within in the popup, then right click to search
- Customizable popup size

Hope you like it. Notice that this is not an official add-on from the Wikipedia Foundation.

Developed by Visibo Ltd.                    

Extension Basic Information

Name Lookup Companion for Wikipedia Lookup Companion for Wikipedia
ID dhgpkiiipkgmckicafkhcihkcldbdeej
Official URL https://chrome.google.com/webstore/detail/lookup-companion-for-wiki/dhgpkiiipkgmckicafkhcihkcldbdeej
Description Essential extension for any Wikipedia users. Full-featured: saves your recent wiki lookups, multi-lingual, back/forward and more!
File Size 141 KB
Installation Count 45,829
Current Version 2.0
Last Updated 2014-12-31
Publish Date 2014-12-31
Rating 4.48/5 Total 900 Ratings
Developer mongolian2010
Payment Type free
Extension Website http://blog.visibotech.com
Help Page URL http://blog.visibotech.com/search/label/WikipediaCompanion
Supported Languages de,en,fr,es,it,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "2.0",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "wiki.html",
        "default_title": "Wikipedia Companion"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.wikipedia.org https:\/\/*.wikimedia.org; object-src 'self'",
    "permissions": [
        "http:\/\/*.wikipedia.org\/",
        "contextMenus"
    ],
    "minimum_chrome_version": "18"
}