The Hindu Revamp

An interface cleanup for The Hindu website, focusing on content readability. More whitespace, less clutter and clear typography

The Hindu Revamp là gì?

The Hindu Revamp là một tiện ích mở rộng Chrome được phát triển bởi shidhin, và tính năng chính của nó là "An interface cleanup for The Hindu website, focusing on content readability. More whitespace, less clutter and clear typography".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng The Hindu Revamp

Tải xuống các tệp mở rộng The Hindu Revamp dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên The Hindu Revamp The Hindu Revamp
ID iljpefbhclkoadkooeidbkkmfgcmmmok
URL Chính Thức https://chromewebstore.google.com/detail/the-hindu-revamp/iljpefbhclkoadkooeidbkkmfgcmmmok
Mô tả An interface cleanup for The Hindu website, focusing on content readability. More whitespace, less clutter and clear typography
Kích Thước Tệp 151 KB
Số Lần Cài Đặt 320
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2014-01-16
Ngày Phát Hành 2014-01-15
Đánh Giá 4.10/5 Tổng số 48 Đánh Giá
Nhà Phát Triển shidhin
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/shidhins/the-hindu-revamp
URL Trang Trợ Giúp https://github.com/shidhins/the-hindu-revamp/issues/new
Ngôn Ngữ Được Hỗ Trợ 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
}