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 هو إضافة Chrome تم تطويرها بواسطة odbol، والميزة الرئيسية لها هي "Schedule your posts on reddit! Submit links or self-posts to a queue to be posted automatically throughout the day.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Reddit Scheduler
قم بتنزيل ملفات الامتداد Reddit Scheduler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 } } |