stackoverflow simplified

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

stackoverflow simplified क्या है?

stackoverflow simplified Tibo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes the side bar to make more space for the main content."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में stackoverflow simplified एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम stackoverflow simplified stackoverflow simplified
ID fhniannkgebjcdekjjbmnbblibikdnmm
आधिकारिक URL https://chromewebstore.google.com/detail/stackoverflow-simplified/fhniannkgebjcdekjjbmnbblibikdnmm
विवरण Removes the side bar to make more space for the main content.
फ़ाइल का आकार 11.58 KB
स्थापना संख्या 34
वर्तमान संस्करण 0.1
अंतिम अपडेट 2016-03-07
प्रकाशन तिथि 2016-02-14
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर Tibo
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}