Rediff Viewer

Opens Rediff pages in Print Mode

Wat is Rediff Viewer?

Rediff Viewer is een Chrome-extensie ontwikkeld door Sundarkp, en de belangrijkste functie is "Opens Rediff pages in Print Mode".

Extensie Screenshots

Download het CRX-bestand van de extensie Rediff Viewer

Download Rediff Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Rediff Viewer Rediff Viewer
ID iljopgjppjojkganmkfokfcdbkedoehn
Officiële URL https://chromewebstore.google.com/detail/rediff-viewer/iljopgjppjojkganmkfokfcdbkedoehn
Beschrijving Opens Rediff pages in Print Mode
Bestandsgrootte 57.8 KB
Aantal Installaties 66
Huidige Versie 1.2
Laatst Bijgewerkt 2014-01-31
Publicatiedatum 2014-01-31
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Sundarkp
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}