Readr for Reddit
This extension adds a beautiful & clutter free reading mode for reddit.
Τι είναι το Readr for Reddit;
Το Readr for Reddit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Saransh Sinha, και η κύρια λειτουργία του είναι "This extension adds a beautiful & clutter free reading mode for reddit.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Readr for Reddit
Λήψη αρχείων επέκτασης Readr for Reddit σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Reading long reddit comments ( AskReddit, WritingPrompts, AskScience etc. ) is no longer a pain. Try Readr for Reddit, and view individual comments in a clean design, optimised for readability. Just press 'read' on any comment, and open up the Readr viewer. Works on all subreddits as well as self posts! Firefox and safari versions under development :D NEW : Night Mode, Alternate font style and a new options page! TIP : Press 'Esc' to quit the reader UI and go back to reddit. How To Use : 1. Install the Extension 2. Go to your favorite subreddit and open the discussion on the first interesting link you find 3. Under the post, press the 'read' button (Present besides the permalink button) 4. Happy reading While I have thoroughly tested this extension, this is still a one man operation and is very much in beta. Any Feedback / Question are welcome! Please Rate 5 Stars if you would like to support the development of this extension. ------------- FUTURE UPDATES ------------- 1. Firefox and Safari versions ! 2. Advanced share capabilities 3. Showing additional child comments to the view 4. Upvote link ------------------- Version 0.2.2 ----------------- 1. Shifted read button to the top of a comment 2. Added option to show read button under comment 3. Added option to switch between serif and sans-serif font style ------------------- Version 0.2 ------------------- 1. Added night mode for readr 2. Front Page self posts, Profile page posts supported 3. Other performance improvements ------------------- Version 0.1 ------------------- 1. Added 'read' button that opens up the optimized viewing mode 2. Added 'Gold' indicator and special indicators for comments by OP 3. Pressing 'Escape' closes the single comment view Inspired by the talented folks at Medium.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Readr for Reddit |
ID | molhdaofohigaepljchpmfablknhabmo |
Επίσημο URL | https://chromewebstore.google.com/detail/readr-for-reddit/molhdaofohigaepljchpmfablknhabmo |
Περιγραφή | This extension adds a beautiful & clutter free reading mode for reddit. |
Μέγεθος Αρχείου | 106 KB |
Αριθμός Εγκαταστάσεων | 2,898 |
Τρέχουσα Έκδοση | 0.2.3 |
Τελευταία Ενημέρωση | 2017-06-06 |
Ημερομηνία Δημοσίευσης | 2017-06-06 |
Αξιολόγηση | 4.87/5 Συνολικά 223 Αξιολογήσεις |
Προγραμματιστής | Saransh Sinha |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://readrapp.co |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Readr for Reddit", "version": "0.2.3", "manifest_version": 2, "description": "This extension adds a beautiful & clutter free reading mode for reddit.", "homepage_url": "http:\/\/www.codepen.io\/saransh", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "*:\/\/*.reddit.com\/*", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.segment.com; object-src 'self'", "options_page": "src\/options\/options.html", "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "*:\/\/*.reddit.com\/*" ], "css": [ "src\/inject\/inject-togglebutton.css" ] }, { "matches": [ "*:\/\/*.reddit.com\/*" ], "js": [ "src\/inject\/jquery-2.1.1.min.js", "src\/inject\/webfont.js", "src\/inject\/inject.js", "src\/inject\/ga.js" ] } ], "web_accessible_resources": [ "src\/inject\/inject-tooltip.html", "src\/inject\/inject-readr.html", "src\/inject\/inject-whatsnew.html", "src\/options\/options.html" ] } |