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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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 } |