stackoverflow simplified

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

Wat is stackoverflow simplified?

stackoverflow simplified is een Chrome-extensie ontwikkeld door Tibo, en de belangrijkste functie is "Removes the side bar to make more space for the main content.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie stackoverflow simplified

Download stackoverflow simplified-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam stackoverflow simplified stackoverflow simplified
ID fhniannkgebjcdekjjbmnbblibikdnmm
Officiële URL https://chromewebstore.google.com/detail/stackoverflow-simplified/fhniannkgebjcdekjjbmnbblibikdnmm
Beschrijving Removes the side bar to make more space for the main content.
Bestandsgrootte 11.58 KB
Aantal Installaties 34
Huidige Versie 0.1
Laatst Bijgewerkt 2016-03-07
Publicatiedatum 2016-02-14
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Tibo
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}