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 là gì?

WikiSimplia - collapse Wikipedia's menu là một tiện ích mở rộng Chrome được phát triển bởi tasinet, và tính năng chính của nó là "Simplify Wikipedia's layout by hiding the menu (still expandable via button). Also works on most mediawiki wikis.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WikiSimplia - collapse Wikipedia's menu

Tải xuống các tệp mở rộng WikiSimplia - collapse Wikipedia's menu dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WikiSimplia - collapse Wikipedia's menu WikiSimplia - collapse Wikipedia's menu
ID ildiopfmnapcabcooeaebkjdmbdaljmh
URL Chính Thức https://chromewebstore.google.com/detail/wikisimplia-collapse-wiki/ildiopfmnapcabcooeaebkjdmbdaljmh
Mô tả Simplify Wikipedia's layout by hiding the menu (still expandable via button). Also works on most mediawiki wikis.
Kích Thước Tệp 128 KB
Số Lần Cài Đặt 73
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2012-10-18
Ngày Phát Hành 2012-10-17
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển tasinet
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}