Readable Medium.com
Chrome extension which hides Medium.com header, footer and removes automatic sign in modal to improves read experience
Τι είναι το Readable Medium.com;
Το Readable Medium.com είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Chrome extension which hides Medium.com header, footer and removes automatic sign in modal to improves read experience".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Readable Medium.com
Λήψη αρχείων επέκτασης Readable Medium.com σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension makes Medium.com more readable by hiding the header/footer when reading the articles. Both the header and footer can be displayed by scrolling up, it uses a pattern visible on many modern reading sites but for some reason medium doesn't reduce nor hide their header/footer forcing you to have an inferior reading experience.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Readable Medium.com |
ID | jiopenehkeajnaibdidoaaecammkdooo |
Επίσημο URL | https://chromewebstore.google.com/detail/readable-mediumcom/jiopenehkeajnaibdidoaaecammkdooo |
Περιγραφή | Chrome extension which hides Medium.com header, footer and removes automatic sign in modal to improves read experience |
Μέγεθος Αρχείου | 28.55 KB |
Αριθμός Εγκαταστάσεων | 344 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2018-07-01 |
Ημερομηνία Δημοσίευσης | 2018-07-01 |
Αξιολόγηση | 3.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Unknown |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Readable Medium.com", "version": "1.0.2", "manifest_version": 2, "description": "Chrome extension which hides Medium.com header, footer and removes automatic sign in modal to improves read experience", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [], "content_scripts": [ { "matches": [ "*:\/\/medium.com\/*", "*:\/\/medium.freecodecamp.org\/*", "*:\/\/hackernoon.com\/*" ], "js": [ "src\/improveReadability.js" ], "css": [ "src\/improveReadability.css" ] } ] } |