WikiSimplia - collapse Wikipedia's menu

Simplify Wikipedia's layout by hiding the menu (still expandable via button). Also works on most mediawiki wikis.

什么是WikiSimplia - collapse Wikipedia's menu?

WikiSimplia - collapse Wikipedia's menu是由tasinet开发的Chrome扩展程序,该扩展的主要功能是“Simplify Wikipedia's layout by hiding the menu (still expandable via button). Also works on most mediawiki wikis.”。

扩展截图

screenshot
screenshot
screenshot

下载WikiSimplia - collapse Wikipedia's menu扩展crx文件

下载WikiSimplia - collapse Wikipedia's menu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        How many times have you actually used wikipedia's left hand side menu? Not that many, huh?

Get rid of that dead space with this extension and enjoy your content in full page width! 

It will collapse the wikipedia and other wiki's menu for you, hiding it by default, while still leaving it accessible through an icon, in case you do ever need it. To show the menu, click the menu icon on the top left corner.                    

扩展基本信息

名称 WikiSimplia - collapse Wikipedia's menu WikiSimplia - collapse Wikipedia's menu
ID ildiopfmnapcabcooeaebkjdmbdaljmh
官方URL https://chromewebstore.google.com/detail/wikisimplia-collapse-wiki/ildiopfmnapcabcooeaebkjdmbdaljmh
简介 Simplify Wikipedia's layout by hiding the menu (still expandable via button). Also works on most mediawiki wikis.
文件大小 128 KB
安装次数 73
当前版本 0.2
更新时间 2012-10-18
上架时间 2012-10-17
评分 5.00/5 共4次评分
开发者 tasinet
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WikiSimplia - collapse Wikipedia's menu",
    "version": "0.2",
    "description": "Simplify Wikipedia's layout by hiding the menu (still expandable via button). Also works on most mediawiki wikis.",
    "minimum_chrome_version": "16",
    "icons": {
        "16": "images\/context menu icon.png",
        "19": "images\/browser action icon.png",
        "48": "images\/small app icon.png",
        "128": "images\/big app icon.png"
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/jquery-1.7.1.min.js",
                "scripts\/wikisimplia.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}