Snow Mountain

Snow Mountain allows you to have cool tabs. It supports many features
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "Snow Mountain",
  "version": "1.1",
  "description": "Snow Mountain allows you to have cool tabs. It supports many features",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "options_page": "newtab.html",
  "permissions": [
    "bookmarks",
    "history",
    "chrome://favicon/",
    "<all_urls>",
    "http://*/*",
    "https://*/*",
    "proxy"
  ],
  "background": {
    "service_workder": "newtab.js"
  },
  "host_permissions": [
    "https://developer.chrome.com/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}