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文件

下載Reddit Scheduler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
    }
}