WP Reader
Read /r/WritingPrompts submissions on Reddit with ease in a custom viewer.
Τι είναι το WP Reader;
Το WP Reader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον noahnu, και η κύρια λειτουργία του είναι "Read /r/WritingPrompts submissions on Reddit with ease in a custom viewer.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης WP Reader
Λήψη αρχείων επέκτασης WP Reader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
WP Reader ("WritingPrompts Reader") is a tool that enables easier reading of submissions on the popular /r/WritingPrompts subreddit.
WP Reader combines multipart stories into a single flow of paragraphs and provides the option to step through all submissions in a thread.
To open WP Reader, click "open in WP Reader" next to the name of the story's author, or double-click the story.
Hotkeys (when in WP Reader mode):
- Left Arrow : Previous Story
- Right Arrow : Next Story
- Escape Key : Exit WP Reader
Change (v04):
- Improved layout.
Change (v06):
- You can now double-click a top-level story to open WP Reader mode. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | hopbledoclpdbpodhjocfpagfjoaacke |
| Επίσημο URL | https://chromewebstore.google.com/detail/wp-reader/hopbledoclpdbpodhjocfpagfjoaacke |
| Περιγραφή | Read /r/WritingPrompts submissions on Reddit with ease in a custom viewer. |
| Μέγεθος Αρχείου | 43.68 KB |
| Αριθμός Εγκαταστάσεων | 44 |
| Τρέχουσα Έκδοση | 0.6 |
| Τελευταία Ενημέρωση | 2015-11-25 |
| Ημερομηνία Δημοσίευσης | 2015-11-24 |
| Αξιολόγηση | 3.00/5 Συνολικά 3 Αξιολογήσεις |
| Προγραμματιστής | noahnu |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://github.com/noahnu/wpreader |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/noahnu/wpreader/issues |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "WP Reader",
"description": "Read \/r\/WritingPrompts submissions on Reddit with ease in a custom viewer.",
"version": "0.6",
"author": "Noah NU",
"homepage_url": "http:\/\/noahnu.com\/wpreader",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"permissions": [
"tabs"
],
"page_action": {
"default_icon": "images\/icon38.png",
"default_title": "WP Reader"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.reddit.com\/r\/WritingPrompts\/*",
"*:\/\/www.reddit.com\/r\/writingprompts\/*"
],
"css": [
"wp_styles.css"
],
"js": [
"jquery-2.1.1.min.js",
"wp_reader.js"
]
}
]
} | |