Wikipedia Content Width Control
Changes the width of wikepedia
Qu'est-ce que Wikipedia Content Width Control ?
Wikipedia Content Width Control est une extension Chrome développée par swh0901, et sa fonction principale est "Changes the width of wikepedia".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Wikipedia Content Width Control
Téléchargez les fichiers d'extension Wikipedia Content Width Control au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | nobomaggnlmpkhcijnlkhbcdbjegpnog |
URL Officiel | https://chrome.google.com/webstore/detail/wikipedia-content-width-c/nobomaggnlmpkhcijnlkhbcdbjegpnog |
Description | Changes the width of wikepedia |
Taille du Fichier | 3.09 KB |
Nombre d'Installations | 93 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-10-05 |
Date de Publication | 2014-10-05 |
Évaluation | 4.43/5 Total 7 Évaluations |
Développeur | swh0901 |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |