stackoverflow simplified

Removes the side bar to make more space for the main content.

What is stackoverflow simplified?

stackoverflow simplified is a Chrome extension developed by Tibo, and its main feature is "Removes the side bar to make more space for the main content.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download stackoverflow simplified Extension CRX File

Download stackoverflow simplified 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

                        Removes the right column in stackoverflow and extends the main content to use the full width.

Images are also centered and are displayed wider when possible.

Editor also uses the full width.

The top bar is always visible so you don't need to scroll back up to access it.

More to come? Don't hesitate to ask for new features!                    

Extension Basic Information

Name stackoverflow simplified stackoverflow simplified
ID fhniannkgebjcdekjjbmnbblibikdnmm
Official URL https://chromewebstore.google.com/detail/stackoverflow-simplified/fhniannkgebjcdekjjbmnbblibikdnmm
Description Removes the side bar to make more space for the main content.
File Size 11.58 KB
Installation Count 34
Current Version 0.1
Last Updated 2016-03-07
Publish Date 2016-02-14
Rating 3.67/5 Total 3 Ratings
Developer Tibo
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "stackoverflow simplified",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Removes the side bar to make more space for the main content.",
    "author": "Thibaud Lescuyer",
    "icons": {
        "128": "stackoverflow-simplified-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/stackoverflow.com\/*"
            ],
            "js": [
                "stackoverflow-simplified.js"
            ],
            "css": [
                "stackoverflow-simplified.css"
            ]
        }
    ]
}