Rediff Viewer

Opens Rediff pages in Print Mode

Co je Rediff Viewer?

Rediff Viewer je rozšíření Chrome vyvinuté Sundarkp, a jeho hlavní funkcí je „Opens Rediff pages in Print Mode“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Rediff Viewer

Stáhněte si soubory rozšíření Rediff Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Rediff Viewer Rediff Viewer
ID iljopgjppjojkganmkfokfcdbkedoehn
Oficiální URL https://chromewebstore.google.com/detail/rediff-viewer/iljopgjppjojkganmkfokfcdbkedoehn
Popis Opens Rediff pages in Print Mode
Velikost souboru 57.8 KB
Počet instalací 66
Aktuální Verze 1.2
Poslední Aktualizace 2014-01-31
Datum Vydání 2014-01-31
Hodnocení 4.00/5 Celkem 2 Hodnocení
Vývojář Sundarkp
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}