WP Reader
Read /r/WritingPrompts submissions on Reddit with ease in a custom viewer.
Was ist WP Reader?
WP Reader ist eine Chrome-Erweiterung, die von noahnu entwickelt wurde, und ihr Hauptmerkmal ist "Read /r/WritingPrompts submissions on Reddit with ease in a custom viewer.".
Erweiterungsscreenshots
WP Reader-Erweiterungs-CRX-Datei herunterladen
Laden Sie WP Reader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hopbledoclpdbpodhjocfpagfjoaacke |
| Offizielle URL | https://chromewebstore.google.com/detail/wp-reader/hopbledoclpdbpodhjocfpagfjoaacke |
| Beschreibung | Read /r/WritingPrompts submissions on Reddit with ease in a custom viewer. |
| Dateigröße | 43.68 KB |
| Installationsanzahl | 44 |
| Aktuelle Version | 0.6 |
| Letztes Update | 2015-11-25 |
| Veröffentlichungsdatum | 2015-11-24 |
| Bewertung | 3.00/5 Insgesamt 3 Bewertungen |
| Entwickler | noahnu |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/noahnu/wpreader |
| Hilfeseite URL | https://github.com/noahnu/wpreader/issues |
| Unterstützte Sprachen | 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"
]
}
]
} | |