Data is synced from the Chrome Web Store. View the official store page for the most current information.
I wrote this extension after getting annoyed by a mailing list that displayed entire paragraphs on a single unreadable line. It injects a bit of CSS to enable line wrapping in
tags:pre { white-space: pre-wrap; }
This takes effect immediately on all active pages.
I've published the (very short) source code under the Apache 2.0 license.