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