Splash Tab

Splash Tab

This extension styles your new tab page in Chrome to show a beautiful background, the current time, and a dynamic greeting. Images…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Splash Tab",
  "manifest_version": 2,
  "version": "2.0",
  "icons": {
    "16": "splash16.png",
    "64": "splash64.png"
  },
  "chrome_url_overrides": {
    "newtab": "splashtab.html"
  }
}