Twitter2RSS

Convert a Twitter Page into an RSS Feed in One Click.

What is Twitter2RSS?

Twitter2RSS is a Chrome extension developed by Cavan Klinsky, and its main feature is "Convert a Twitter Page into an RSS Feed in One Click.".

Extension Screenshots

screenshot

Download Twitter2RSS Extension CRX File

Download Twitter2RSS 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

                        A simple extension for a simple job, Twitter2RSS creates an rss feed out of a twitter page in one click. Just navigate to the twitter page, press the extension button, and the rss feed will pop up, copy and paste it into your favorite RSS Feed Reader and you are done. 
With one click and no fluff, this barebones extension expedites a slow process.                    

Extension Basic Information

Name Twitter2RSS Twitter2RSS
ID obnmifkmfdnijcnmhacachchiikikchb
Official URL https://chromewebstore.google.com/detail/twitter2rss/obnmifkmfdnijcnmhacachchiikikchb
Description Convert a Twitter Page into an RSS Feed in One Click.
File Size 12.8 KB
Installation Count 54
Current Version 0.40
Last Updated 2013-07-03
Publish Date 2013-07-02
Rating 3.00/5 Total 1 Ratings
Developer Cavan Klinsky
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter2RSS",
    "description": "Convert a Twitter Page into an RSS Feed in One Click.",
    "version": "0.40",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/twitter.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}