WP Reader
Read /r/WritingPrompts submissions on Reddit with ease in a custom viewer.
WP Readerคืออะไร?
WP Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย noahnu และคุณลักษณะหลักของมันคือ "Read /r/WritingPrompts submissions on Reddit with ease in a custom viewer."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WP Reader
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" ] } ] } |