Wiki Viewer

Search entire wikipedia library with a single click.

What is Wiki Viewer?

Wiki Viewer is a Chrome extension developed by Scuer, and its main feature is "Search entire wikipedia library with a single click.".

Extension Screenshots

screenshot
screenshot

Download Wiki Viewer Extension CRX File

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

                        Wikipedia Viewer lets you search Wikipedia using a handy button in Your browser. Quickly find information you need, it's fast and lightweight. You can save a lot of time if you rely on Wikipedia in Your work, school or home. Access the biggest collection of information faster and more efficiently!

Wikipedia is a trademark of the Wikimedia Foundation and is used with the permission of the Wikimedia Foundation. We are not endorsed by or affiliated with the Wikimedia Foundation.                    

Extension Basic Information

Name Wiki Viewer Wiki Viewer
ID ciddbcbjkgfcihojgjnlooihhchpdmfa
Official URL https://chromewebstore.google.com/detail/wiki-viewer/ciddbcbjkgfcihojgjnlooihhchpdmfa
Description Search entire wikipedia library with a single click.
File Size 40.36 KB
Installation Count 23
Current Version 1.2.1
Last Updated 2016-12-06
Publish Date 2016-12-06
Rating 4.50/5 Total 2 Ratings
Developer Scuer
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wiki Viewer",
    "description": "Search entire wikipedia library with a single click.",
    "version": "1.2.1",
    "author": "Scuer",
    "short_name": "WV",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "index.html"
    },
    "options_ui": {
        "page": "option.html"
    },
    "permissions": [
        "https:\/\/*.wikipedia.org\/w\/api.php",
        "storage"
    ]
}