stackoverflow simplified

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

Co je stackoverflow simplified?

stackoverflow simplified je rozšíření Chrome vyvinuté Tibo, a jeho hlavní funkcí je „Removes the side bar to make more space for the main content.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření stackoverflow simplified

Stáhněte si soubory rozšíření stackoverflow simplified ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název stackoverflow simplified stackoverflow simplified
ID fhniannkgebjcdekjjbmnbblibikdnmm
Oficiální URL https://chromewebstore.google.com/detail/stackoverflow-simplified/fhniannkgebjcdekjjbmnbblibikdnmm
Popis Removes the side bar to make more space for the main content.
Velikost souboru 11.58 KB
Počet instalací 34
Aktuální Verze 0.1
Poslední Aktualizace 2016-03-07
Datum Vydání 2016-02-14
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář Tibo
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}