Wiki This

Quick wikipedia search for highlighted text

What is Wiki This?

Wiki This is a Chrome extension developed by http://onelovesolutions.com, and its main feature is "Quick wikipedia search for highlighted text".

Extension Screenshots

screenshot

Download Wiki This Extension CRX File

Download Wiki This 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

                        Quickly search for a Wikipedia page by highlighting text, right clicking it and selecting "Search Wikipedia for this". The Wikipedia page will open up in a new tab.                    

Extension Basic Information

Name Wiki This Wiki This
ID epeojafjkijcgliehhcpacjioohdmlpe
Official URL https://chrome.google.com/webstore/detail/wiki-this/epeojafjkijcgliehhcpacjioohdmlpe
Description Quick wikipedia search for highlighted text
File Size 5.36 KB
Installation Count 38
Current Version 1.2
Last Updated 2016-02-03
Publish Date 2016-02-03
Rating 5.00/5 Total 4 Ratings
Developer http://onelovesolutions.com
Payment Type free
Extension Website https://www.onelovesolutions.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wiki This",
    "version": "1.2",
    "description": "Quick wikipedia search for highlighted text",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "minimum_chrome_version": "6.0.0.0",
    "icons": {
        "16": "logo-16.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "manifest_version": 2
}