Wikipedia Content Width Control
Changes the width of wikepedia
Vad är Wikipedia Content Width Control?
Wikipedia Content Width Control är en Chrome-tillägg utvecklad av swh0901, och dess huvudfunktion är "Changes the width of wikepedia".
Tilläggsskärmbilder
Ladda ner Wikipedia Content Width Control-förlängningens CRX-fil
Ladda ner Wikipedia Content Width Control-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | nobomaggnlmpkhcijnlkhbcdbjegpnog |
Officiell webbadress | https://chrome.google.com/webstore/detail/wikipedia-content-width-c/nobomaggnlmpkhcijnlkhbcdbjegpnog |
Beskrivning | Changes the width of wikepedia |
Filstorlek | 3.09 KB |
Antal Installationer | 93 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2014-10-05 |
Publiceringsdatum | 2014-10-05 |
Betyg | 4.43/5 Totalt 7 Betyg |
Utvecklare | swh0901 |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |