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