stackoverflow simplified

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

Vad är stackoverflow simplified?

stackoverflow simplified är en Chrome-tillägg utvecklad av Tibo, och dess huvudfunktion är "Removes the side bar to make more space for the main content.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner stackoverflow simplified-förlängningens CRX-fil

Ladda ner stackoverflow simplified-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn stackoverflow simplified stackoverflow simplified
ID fhniannkgebjcdekjjbmnbblibikdnmm
Officiell webbadress https://chromewebstore.google.com/detail/stackoverflow-simplified/fhniannkgebjcdekjjbmnbblibikdnmm
Beskrivning Removes the side bar to make more space for the main content.
Filstorlek 11.58 KB
Antal Installationer 34
Aktuell Version 0.1
Senast Uppdaterad 2016-03-07
Publiceringsdatum 2016-02-14
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare Tibo
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}