Rediff Viewer

Opens Rediff pages in Print Mode

Rediff Viewerとは何ですか?

Rediff ViewerはSundarkpによって開発されたChromeの拡張機能で、その主な機能は「Opens Rediff pages in Print Mode」です。

拡張機能のスクリーンショット

Rediff Viewer拡張機能のCRXファイルをダウンロード

Rediff Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Rediff Viewer Rediff Viewer
ID iljopgjppjojkganmkfokfcdbkedoehn
公式URL https://chromewebstore.google.com/detail/rediff-viewer/iljopgjppjojkganmkfokfcdbkedoehn
説明 Opens Rediff pages in Print Mode
ファイルサイズ 57.8 KB
インストール数 66
現在のバージョン 1.2
最終更新日 2014-01-31
公開日 2014-01-31
評価 4.00/5 合計 2 レビュー
開発者 Sundarkp
支払い方法 free
対応言語 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"
            ]
        }
    ]
}