Wikipedia Content Width Control
Changes the width of wikepedia
What is Wikipedia Content Width Control?
Wikipedia Content Width Control is a Chrome extension developed by swh0901, and its main feature is "Changes the width of wikepedia".
Extension Screenshots
Download Wikipedia Content Width Control Extension CRX File
Download Wikipedia Content Width Control extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | nobomaggnlmpkhcijnlkhbcdbjegpnog |
Official URL | https://chrome.google.com/webstore/detail/wikipedia-content-width-c/nobomaggnlmpkhcijnlkhbcdbjegpnog |
Description | Changes the width of wikepedia |
File Size | 3.09 KB |
Installation Count | 93 |
Current Version | 1.0 |
Last Updated | 2014-10-05 |
Publish Date | 2014-10-05 |
Rating | 4.43/5 Total 7 Ratings |
Developer | swh0901 |
Payment Type | free |
Supported Languages | 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" ] } ] } |