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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shidhin และคุณลักษณะหลักของมันคือ "An interface cleanup for The Hindu website, focusing on content readability. More whitespace, less clutter and clear typography"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Hindu Revamp
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |