Reddit Scheduler

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

¿Qué es Reddit Scheduler?

Reddit Scheduler es una extensión de Chrome desarrollada por odbol, y su función principal es "Schedule your posts on reddit! Submit links or self-posts to a queue to be posted automatically throughout the day.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Reddit Scheduler

Descarga archivos de extensión Reddit Scheduler en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Reddit Scheduler Reddit Scheduler
ID ekdpobinhbpdigokooncmmmamhmjfigl
URL Oficial https://chromewebstore.google.com/detail/reddit-scheduler/ekdpobinhbpdigokooncmmmamhmjfigl
Descripción Schedule your posts on reddit! Submit links or self-posts to a queue to be posted automatically throughout the day.
Tamaño del Archivo 173 KB
Cantidad de Instalaciones 86
Versión Actual 1.0
Última Actualización 2013-09-17
Fecha de Publicación 2013-09-16
Calificación 2.75/5 Total de 8 Calificaciones
Desarrollador odbol
Tipo de Pago free
Idiomas Soportados 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
    }
}