WP Reader

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

WP Reader क्या है?

WP Reader noahnu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Read /r/WritingPrompts submissions on Reddit with ease in a custom viewer."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WP Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}