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.”。
擴展截圖
下載WP Reader擴展crx文件
下載WP Reader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | hopbledoclpdbpodhjocfpagfjoaacke |
| 官方網址 | 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"
]
}
]
} | |