My Cloud Tab

My Cloud Tab provides an easier way to search the web and access popular cloud storage providers
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "My Cloud Tab",
  "short_name": "My Cloud Tab",
  "version": "1.0.1",
  "description": "My Cloud Tab provides an easier way to search the web and access popular cloud storage providers",
  "icons": {
    "32": "icons/32.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "author": "My Cloud Team",
  "action": {
    "browser_style": false,
    "default_title": "My Cloud Tab"
  },
  "chrome_url_overrides": {
    "newtab": "new-tab.html"
  }
}