Reddit Scheduler

Schedule your posts on reddit! Submit links or self-posts to a queue to be posted automatically throughout the day.

Reddit Scheduler क्या है?

Reddit Scheduler odbol द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Schedule your posts on reddit! Submit links or self-posts to a queue to be posted automatically throughout the day."।

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

screenshot

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

crx प्रारूप में Reddit Scheduler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Click the button to share a post on reddit: just choose a subreddit, type a title, and let the scheduler do the rest! 

Customizable post calendar lets you choose exactly what to post and when.

You will enter your reddit account info once you schedule your first post.

Note: Scheduled posts are only posted when your browser is open and computer is on; such is the limitation of a Chrome Extension. However, we all know you're on your computer all the time, so it won't be a big deal!

This extension is open source: https://github.com/odbol/Reddit-Scheduler                    

एक्सटेंशन की मूल जानकारी

नाम Reddit Scheduler Reddit Scheduler
ID ekdpobinhbpdigokooncmmmamhmjfigl
आधिकारिक URL https://chromewebstore.google.com/detail/reddit-scheduler/ekdpobinhbpdigokooncmmmamhmjfigl
विवरण Schedule your posts on reddit! Submit links or self-posts to a queue to be posted automatically throughout the day.
फ़ाइल का आकार 173 KB
स्थापना संख्या 86
वर्तमान संस्करण 1.0
अंतिम अपडेट 2013-09-17
प्रकाशन तिथि 2013-09-16
रेटिंग 2.75/5 कुल 8 रेटिंग्स
डेवलपर odbol
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Scheduler",
    "description": "Schedule your posts on reddit! Submit links or self-posts to a queue to be posted automatically throughout the day.",
    "version": "1.0",
    "icons": {
        "128": "icon-128.png",
        "96": "icon-96.png",
        "48": "icon-48.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_name": "Reddit Scheduler"
    },
    "permissions": [
        "notifications",
        "alarms",
        "tabs",
        "http:\/\/www.reddit.com\/"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    }
}