WikiSimplia - collapse Wikipedia's menu

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

Was ist WikiSimplia - collapse Wikipedia's menu?

WikiSimplia - collapse Wikipedia's menu ist eine Chrome-Erweiterung, die von tasinet entwickelt wurde, und ihr Hauptmerkmal ist "Simplify Wikipedia's layout by hiding the menu (still expandable via button). Also works on most mediawiki wikis.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

WikiSimplia - collapse Wikipedia's menu-Erweiterungs-CRX-Datei herunterladen

Laden Sie WikiSimplia - collapse Wikipedia's menu-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name WikiSimplia - collapse Wikipedia's menu WikiSimplia - collapse Wikipedia's menu
ID ildiopfmnapcabcooeaebkjdmbdaljmh
Offizielle URL https://chromewebstore.google.com/detail/wikisimplia-collapse-wiki/ildiopfmnapcabcooeaebkjdmbdaljmh
Beschreibung Simplify Wikipedia's layout by hiding the menu (still expandable via button). Also works on most mediawiki wikis.
Dateigröße 128 KB
Installationsanzahl 73
Aktuelle Version 0.2
Letztes Update 2012-10-18
Veröffentlichungsdatum 2012-10-17
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler tasinet
Zahlungsart free
Unterstützte Sprachen 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
}