Read Mode
Puts Google Chrome into read mode for a pleasant reading experience.
Τι είναι το Read Mode;
Το Read Mode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον menteslibres.org, και η κύρια λειτουργία του είναι "Puts Google Chrome into read mode for a pleasant reading experience.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Read Mode
Λήψη αρχείων επέκτασης Read Mode σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Just click on the glasses icon in the address bar, the current page will turn into a nice-to-read black on white page allowing you to read without forcing your eyes. Ads and Flash animations are also removed while on read-mode. Click the icon again and everything will go back to normal.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Read Mode |
ID | nagcaahojecfeopbghgihcabgiepploa |
Επίσημο URL | https://chromewebstore.google.com/detail/read-mode/nagcaahojecfeopbghgihcabgiepploa |
Περιγραφή | Puts Google Chrome into read mode for a pleasant reading experience. |
Μέγεθος Αρχείου | 174 KB |
Αριθμός Εγκαταστάσεων | 42,619 |
Τρέχουσα Έκδοση | 1.0.6 |
Τελευταία Ενημέρωση | 2012-09-25 |
Ημερομηνία Δημοσίευσης | 2012-09-24 |
Αξιολόγηση | 3.26/5 Συνολικά 372 Αξιολογήσεις |
Προγραμματιστής | menteslibres.org |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "background": { "scripts": [ "json2.js", "background.js" ] }, "content_scripts": [ { "all_frames": true, "css": [ "reader.css" ], "js": [ "reader.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Puts Google Chrome into read mode for a pleasant reading experience.", "icons": { "128": "icon-128.png", "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Read Mode", "page_action": { "default_icon": "icon-enabled.png", "default_title": "Toggle Read Mode." }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.6" } |