WP Reader

Read /r/WritingPrompts submissions on Reddit with ease in a custom viewer.

O que é WP Reader?

WP Reader é uma extensão do Chrome desenvolvida por noahnu, e sua principal característica é "Read /r/WritingPrompts submissions on Reddit with ease in a custom viewer.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão WP Reader

Baixe arquivos de extensão WP Reader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome WP Reader WP Reader
ID hopbledoclpdbpodhjocfpagfjoaacke
URL Oficial https://chromewebstore.google.com/detail/wp-reader/hopbledoclpdbpodhjocfpagfjoaacke
Descrição Read /r/WritingPrompts submissions on Reddit with ease in a custom viewer.
Tamanho do Arquivo 43.68 KB
Contagem de Instalações 44
Versão Atual 0.6
Última Atualização 2015-11-25
Data de Publicação 2015-11-24
Classificação 3.00/5 Total de 3 Avaliações
Desenvolvedor noahnu
Tipo de Pagamento free
Site da Extensão https://github.com/noahnu/wpreader
URL da Página de Ajuda https://github.com/noahnu/wpreader/issues
Idiomas Suportados 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"
            ]
        }
    ]
}