WP Reader

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

WP Reader란 무엇입니까?

WP Reader은(는) noahnu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read /r/WritingPrompts submissions on Reddit with ease in a custom viewer."입니다.

확장 프로그램 스크린샷

screenshot

WP Reader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 WP Reader WP Reader
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"
            ]
        }
    ]
}