WikiTweaks

A restyling of Wikipedia that saves screen space and adds on-hover previews.

What is WikiTweaks?

WikiTweaks is a Chrome extension developed by joelsimon6, and its main feature is "A restyling of Wikipedia that saves screen space and adds on-hover previews.".

Extension Screenshots

screenshot
screenshot

Download WikiTweaks Extension CRX File

Download WikiTweaks 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

                        WikiTweaks goal is to become a full restyling of Wikipedia. Too much screen space is used with things that almost nobody looks at or uses. WikiTweaks also adds drop down previews of links to help avoid congesting your browser with wikipedia tabs. 

Features:
Removal of rarely used UI.
Mouse over preview of links.
Click the extension button for recently viewed wikipedia pages.                    

Extension Basic Information

Name WikiTweaks WikiTweaks
ID oanljooinjjfgikjbpcjnekmgfakjpnc
Official URL https://chrome.google.com/webstore/detail/wikitweaks/oanljooinjjfgikjbpcjnekmgfakjpnc
Description A restyling of Wikipedia that saves screen space and adds on-hover previews.
File Size 53.02 KB
Installation Count 197
Current Version 1.7.1
Last Updated 2014-12-10
Publish Date 2014-12-10
Rating 3.86/5 Total 7 Ratings
Developer joelsimon6
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WikiTweaks",
    "description": "A restyling of Wikipedia that saves screen space and adds on-hover previews.",
    "version": "1.7.1",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "*:\/\/*.wikipedia.org\/*",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "jquery.min.js"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "WikiTweaks.js"
            ],
            "matches": [
                "*:\/\/*.wikipedia.org\/*"
            ]
        }
    ],
    "manifest_version": 2
}