Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "<pre> Line Wrapper", "manifest_version": 2, "version": "1.0", "description": "Enables line wrapping in <pre> tags. Uncheck \"Enabled\" whenever you want to revert to the default behavior.", "homepage_url": "http:\/\/chromium-pre-wrap.googlecode.com\/", "icons": { "128": "boring-icon.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "inject.css" ] } ] }