ColorBars Tab

ColorBars Tab

Are you tired of seeing the same old white background every time you open a new tab in your browser? Do you want to add a pop of…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Ahmed Rana",
  "manifest_version": 2,
  "name": "ColorBars Tab",
  "version": "0.3",
  "browser_action": {
    "default_icon": "icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  }
}