IFrame New Tab

IFrame New Tab

Embed a fullscreen iframe into your new tab page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "IFrame New Tab",
  "description": "Embed a fullscreen iframe into your new tab page.",
  "version": "1.0",
  "manifest_version": 2,
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    "jquery-3.4.1.min.js"
  ],
  "chrome_url_overrides": {
    "newtab": "iframe-new-tab.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "icons": {
    "128": "icon.png"
  }
}