View RSS feeds in Chrome instead of downloading it

9

3

Before, if I go to a RSS feed (.xml file), Chrome displays it. I could use extensions to format the feed or just view the source directly. However, now, Chrome forces me to view the feed using a RSS reader. How can I view the XML file directly instead of opening it in a RSS reader?

Leo Jiang

Posted 2012-08-01T19:04:35.773

Reputation: 786

1

It looks like there is a bug open against Chrome regarding this: http://code.google.com/p/chromium/issues/detail?id=140233

– None – 2012-08-07T03:01:41.887

Answers

1

Because Google Chrome aims to be a fast, simple, minimal browser, it has to make some minor sacrifices in order to remain lightweight and speedy. One of these sacrifices is that it, unlike other major browsers, includes no built-in RSS reader.

Google Chrome aims to be secure, fast, simple and stable. There are extensive differences from its peers in Chrome's minimalistic user interface, which is atypical of modern web browsers. For example, Chrome does not render RSS feeds. One of Chrome's strengths is its application performance and JavaScript processing speed, both of which were independently verified by multiple websites to be the swiftest among the major browsers of its time. http://en.wikipedia.org/wiki/Google_chrome#Features

Having said that, there are several extensions that can add this capability to Google Chrome. You can easily find them by searching for "RSS viewer" in the Chrome Web Store.

bdr9

Posted 2012-08-01T19:04:35.773

Reputation: 2 508

7

Add view-source: in the front of your URL.

In example:

view-source:http://superuser.com/feeds/question/456411

kenorb

Posted 2012-08-01T19:04:35.773

Reputation: 16 795

0

I use the Feed Intent Viewer extension.

Michael Hampton

Posted 2012-08-01T19:04:35.773

Reputation: 11 744

Feed itnent viewer is buggy and seems to be showing me a cached version of the feed instead of the latest xml. This is unacceptable. – KallDrexx – 2012-08-07T13:00:15.507

0

There's an extension called XML Tree, as well as the Feed Intent Viewer in the previous answer.

There's also a web app (although I haven't tried it) that lets you view the XML file directly in Chrome (or any other browser) as well.

http://xmlviewer.scripting.com/?url=[URL/XML file here]

You might be able to view the source of the XML too if it formats it properly.

AruAkise

Posted 2012-08-01T19:04:35.773

Reputation: 1 412