WP Reader

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

WP Reader là gì?

WP Reader là một tiện ích mở rộng Chrome được phát triển bởi noahnu, và tính năng chính của nó là "Read /r/WritingPrompts submissions on Reddit with ease in a custom viewer.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WP Reader

Tải xuống các tệp mở rộng WP Reader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WP Reader WP Reader
ID hopbledoclpdbpodhjocfpagfjoaacke
URL Chính Thức https://chromewebstore.google.com/detail/wp-reader/hopbledoclpdbpodhjocfpagfjoaacke
Mô tả Read /r/WritingPrompts submissions on Reddit with ease in a custom viewer.
Kích Thước Tệp 43.68 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 0.6
Cập Nhật Lần Cuối 2015-11-25
Ngày Phát Hành 2015-11-24
Đánh Giá 3.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển noahnu
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/noahnu/wpreader
URL Trang Trợ Giúp https://github.com/noahnu/wpreader/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}