Rediff Viewer

Opens Rediff pages in Print Mode

What is Rediff Viewer?

Rediff Viewer is a Chrome extension developed by Sundarkp, and its main feature is "Opens Rediff pages in Print Mode".

Extension Screenshots

Download Rediff Viewer Extension CRX File

Download Rediff Viewer 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

                        Rediff is one of the popular sites in India. The site's Alexa rank is 13. On Rediff, every article is multipage filled with advertisements on each page. But in the print mode of the article, the whole article appears in one page with no ads.

This is a simple chrome extension which makes all the links on the rediff site to open in print mode.                    

Extension Basic Information

Name Rediff Viewer Rediff Viewer
ID iljopgjppjojkganmkfokfcdbkedoehn
Official URL https://chromewebstore.google.com/detail/rediff-viewer/iljopgjppjojkganmkfokfcdbkedoehn
Description Opens Rediff pages in Print Mode
File Size 57.8 KB
Installation Count 66
Current Version 1.2
Last Updated 2014-01-31
Publish Date 2014-01-31
Rating 4.00/5 Total 2 Ratings
Developer Sundarkp
Payment Type free
Supported Languages en
manifest.json
{
    "name": "Rediff Viewer",
    "description": "Opens Rediff pages in Print Mode",
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Rediff Viewer"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.rediff.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "rediff.js"
            ]
        }
    ]
}