Wikipedia Content Width Control

Changes the width of wikepedia

Wat is Wikipedia Content Width Control?

Wikipedia Content Width Control is een Chrome-extensie ontwikkeld door swh0901, en de belangrijkste functie is "Changes the width of wikepedia".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Wikipedia Content Width Control

Download Wikipedia Content Width Control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension manages the max-width of wikipedia's content. It suits wikipedia's content's width to comfort, and gives better readability to users.                    

Basisinformatie over de Extensie

Naam Wikipedia Content Width Control Wikipedia Content Width Control
ID nobomaggnlmpkhcijnlkhbcdbjegpnog
Officiële URL https://chrome.google.com/webstore/detail/wikipedia-content-width-c/nobomaggnlmpkhcijnlkhbcdbjegpnog
Beschrijving Changes the width of wikepedia
Bestandsgrootte 3.09 KB
Aantal Installaties 93
Huidige Versie 1.0
Laatst Bijgewerkt 2014-10-05
Publicatiedatum 2014-10-05
Beoordeling 4.43/5 Totaal 7 Beoordelingen
Ontwikkelaar swh0901
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wikipedia Content Width Control",
    "version": "1.0",
    "description": "Changes the width of wikepedia",
    "permissions": [
        "tabs",
        "*:\/\/*.wikipedia.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wikipedia.org\/*"
            ],
            "css": [
                "wikiwidth.css"
            ]
        }
    ]
}