WP Reader
Read /r/WritingPrompts submissions on Reddit with ease in a custom viewer.
Cos'è WP Reader?
WP Reader è un'estensione di Chrome sviluppata da noahnu, e la sua funzione principale è "Read /r/WritingPrompts submissions on Reddit with ease in a custom viewer.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WP Reader
Scarica i file di estensione WP Reader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | hopbledoclpdbpodhjocfpagfjoaacke |
| URL Ufficiale | https://chromewebstore.google.com/detail/wp-reader/hopbledoclpdbpodhjocfpagfjoaacke |
| Descrizione | Read /r/WritingPrompts submissions on Reddit with ease in a custom viewer. |
| Dimensione del File | 43.68 KB |
| Conteggio Installazioni | 44 |
| Versione Corrente | 0.6 |
| Ultimo Aggiornamento | 2015-11-25 |
| Data di Pubblicazione | 2015-11-24 |
| Valutazione | 3.00/5 Totale 3 Valutazioni |
| Sviluppatore | noahnu |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/noahnu/wpreader |
| URL della Pagina di Aiuto | https://github.com/noahnu/wpreader/issues |
| Lingue Supportate | 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"
]
}
]
} | |