The Hindu Revamp
An interface cleanup for The Hindu website, focusing on content readability. More whitespace, less clutter and clear typography
什么是The Hindu Revamp?
The Hindu Revamp是由shidhin开发的Chrome扩展程序,该扩展的主要功能是“An interface cleanup for The Hindu website, focusing on content readability. More whitespace, less clutter and clear typography”。
扩展截图
下载The Hindu Revamp扩展crx文件
下载The Hindu Revamp扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A cleaner interface for a better reading experience of India's most trusted newspaper. No configurations, just get the extension and continue reading thehindu.com. Only better this time ! Update: - Fixed jagged fonts issue - Fluid layout for article page now with a bumped up font size
扩展基本信息
名称 | The Hindu Revamp |
ID | iljpefbhclkoadkooeidbkkmfgcmmmok |
官方URL | https://chromewebstore.google.com/detail/the-hindu-revamp/iljpefbhclkoadkooeidbkkmfgcmmmok |
简介 | An interface cleanup for The Hindu website, focusing on content readability. More whitespace, less clutter and clear typography |
文件大小 | 151 KB |
安装次数 | 320 |
当前版本 | 1.7 |
更新时间 | 2014-01-16 |
上架时间 | 2014-01-15 |
评分 | 4.10/5 共48次评分 |
开发者 | shidhin |
付费类型 | free |
扩展官网 | https://github.com/shidhins/the-hindu-revamp |
帮助页面URL | https://github.com/shidhins/the-hindu-revamp/issues/new |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Hindu Revamp", "version": "1.7", "description": "An interface cleanup for The Hindu website, focusing on content readability. More whitespace, less clutter and clear typography", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "content_security_policy": "script-src 'self'; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*.thehindu.com\/*" ], "css": [ "src\/main.css" ] }, { "matches": [ "http:\/\/*.thehindu.com\/*.ece*" ], "css": [ "src\/article.css" ] } ], "web_accessible_resources": [ "src\/fonts\/roboto-regular-webfont.woff", "src\/fonts\/roboto-regular-webfont.svg", "src\/fonts\/roboto-medium-webfont.woff", "src\/fonts\/roboto-medium-webfont.svg", "src\/fonts\/roboto-light-webfont.woff", "src\/fonts\/roboto-light-webfont.svg" ], "manifest_version": 2 } |