Rediff Viewer
Opens Rediff pages in Print Mode
Apa itu Rediff Viewer?
Rediff Viewer adalah ekstensi Chrome yang dikembangkan oleh Sundarkp, dan fitur utamanya adalah "Opens Rediff pages in Print Mode".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Rediff Viewer
Unduh file ekstensi Rediff Viewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Rediff Viewer |
ID | iljopgjppjojkganmkfokfcdbkedoehn |
URL Resmi | https://chromewebstore.google.com/detail/rediff-viewer/iljopgjppjojkganmkfokfcdbkedoehn |
Deskripsi | Opens Rediff pages in Print Mode |
Ukuran File | 57.8 KB |
Jumlah Instalasi | 66 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2014-01-31 |
Tanggal Publikasi | 2014-01-31 |
Penilaian | 4.00/5 Total 2 Penilaian |
Pengembang | Sundarkp |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |