Tabbit

Tabbit

See the top image from a Reddit subreddit whenever you open a new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tabbit",
  "version": "1.3.1",
  "description": "See the top image from a Reddit subreddit whenever you open a new tab.",
  "author": "Melody Kuo",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  }
}