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 |
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" ] } ] } |