stackoverflow simplified

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

什么是stackoverflow simplified?

stackoverflow simplified是由Tibo开发的Chrome扩展程序,该扩展的主要功能是“Removes the side bar to make more space for the main content.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载stackoverflow simplified扩展crx文件

下载stackoverflow simplified扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}