Reddit Scheduler
Schedule your posts on reddit! Submit links or self-posts to a queue to be posted automatically throughout the day.
Wat is Reddit Scheduler?
Reddit Scheduler is een Chrome-extensie ontwikkeld door odbol, en de belangrijkste functie is "Schedule your posts on reddit! Submit links or self-posts to a queue to be posted automatically throughout the day.".
Extensie Screenshots
Download het CRX-bestand van de extensie Reddit Scheduler
Download Reddit Scheduler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Reddit Scheduler |
ID | ekdpobinhbpdigokooncmmmamhmjfigl |
Officiële URL | https://chromewebstore.google.com/detail/reddit-scheduler/ekdpobinhbpdigokooncmmmamhmjfigl |
Beschrijving | Schedule your posts on reddit! Submit links or self-posts to a queue to be posted automatically throughout the day. |
Bestandsgrootte | 173 KB |
Aantal Installaties | 86 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-09-17 |
Publicatiedatum | 2013-09-16 |
Beoordeling | 2.75/5 Totaal 8 Beoordelingen |
Ontwikkelaar | odbol |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |