Reddit Scheduler Plus

Schedule Reddit Submission and post later.

什麼是Reddit Scheduler Plus?

Reddit Scheduler Plus是由Nevooa開發的Chrome擴展程式,該擴展的主要功能是“Schedule Reddit Submission and post later.”。

擴展截圖

screenshot
screenshot
screenshot

下載Reddit Scheduler Plus擴展crx文件

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

擴展使用說明

                        Simply schedule posts on reddit.

Here are the steps:
✓ Link you reddit account to this chrome extension
✓ Create a submission and select when we should schedule it
✓ Manage your schedule

This is the first version of this extension, please me and let me know if you find bugs. You are also most welcome to request new features.                    

擴展基本資訊

名稱 Reddit Scheduler Plus Reddit Scheduler Plus
ID lponpkkmlmgfjhhikliadaklenjcfgjk
官方網址 https://chromewebstore.google.com/detail/reddit-scheduler-plus/lponpkkmlmgfjhhikliadaklenjcfgjk
簡介 Schedule Reddit Submission and post later.
檔案大小 248 KB
安裝次數 10
目前版本 0.0.2
更新時間 2020-08-24
上架時間 2020-07-31
評分 3.00/5 共 2 次評分
開發者 Nevooa
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit Scheduler Plus",
    "description": "Schedule Reddit Submission and post later.",
    "icons": {
        "128": "images\/alien128.png",
        "19": "images\/alien19.png",
        "32": "images\/alien32.png",
        "38": "images\/alien38.png",
        "48": "images\/alien48.png",
        "64": "images\/alien64.png"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/alien19.png",
            "38": "images\/alien38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Reddit Scheduler Plus"
    },
    "manifest_version": 2,
    "version": "0.0.2"
}