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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Schedule your posts on reddit! Submit links or self-posts to a queue to be posted automatically throughout the day."입니다.

확장 프로그램 스크린샷

screenshot

Reddit Scheduler 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
    }
}