Reddit Quick Post

Reddit Quick Post

display the top/hot/new most recent post quickly

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Reddit Quick Post",
  "version": "1.00",
  "description": "display the top/hot/new most recent post quickly",
  "browser_action": {
    "default_title": "Reddit Quick Posts",
    "default_popup": "index.html"
  }
}