stackoverflow simplified

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

Was ist stackoverflow simplified?

stackoverflow simplified ist eine Chrome-Erweiterung, die von Tibo entwickelt wurde, und ihr Hauptmerkmal ist "Removes the side bar to make more space for the main content.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

stackoverflow simplified-Erweiterungs-CRX-Datei herunterladen

Laden Sie stackoverflow simplified-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name stackoverflow simplified stackoverflow simplified
ID fhniannkgebjcdekjjbmnbblibikdnmm
Offizielle URL https://chromewebstore.google.com/detail/stackoverflow-simplified/fhniannkgebjcdekjjbmnbblibikdnmm
Beschreibung Removes the side bar to make more space for the main content.
Dateigröße 11.58 KB
Installationsanzahl 34
Aktuelle Version 0.1
Letztes Update 2016-03-07
Veröffentlichungsdatum 2016-02-14
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler Tibo
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}