Reddit Scheduler

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

Reddit Scheduler là gì?

Reddit Scheduler là một tiện ích mở rộng Chrome được phát triển bởi odbol, và tính năng chính của nó là "Schedule your posts on reddit! Submit links or self-posts to a queue to be posted automatically throughout the day.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Reddit Scheduler

Tải xuống các tệp mở rộng Reddit Scheduler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Reddit Scheduler Reddit Scheduler
ID ekdpobinhbpdigokooncmmmamhmjfigl
URL Chính Thức https://chromewebstore.google.com/detail/reddit-scheduler/ekdpobinhbpdigokooncmmmamhmjfigl
Mô tả Schedule your posts on reddit! Submit links or self-posts to a queue to be posted automatically throughout the day.
Kích Thước Tệp 173 KB
Số Lần Cài Đặt 86
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-09-17
Ngày Phát Hành 2013-09-16
Đánh Giá 2.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển odbol
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}