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.
拡張機能の基本情報
名前 | 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" ] } ] } |