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.」です。
拡張機能のスクリーンショット
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 |
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 } } |