Into new TAB

Into new TAB

Redefine browser home page and new TAB page, including search box style, transparency, size and so on, and HD HD theme wallpaper, you can customize a variety of browser home page and new TAB page;

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "1.0.5",
  "default_locale": "zh_CN",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
  "minimum_chrome_version": "81.0.0",
  "permissions": [
    "chrome://favicon/"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html#/"
  },
  "browser_action": {
    "default_icon": "icons/logo.png",
    "default_title": "__MSG_name__",
    "default_popup": "index.html#/popup"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.picknewtab.com/*",
        "*://*.jianyueku.com/*",
        "*://*.mytabworld.com/*"
      ],
      "js": [
        "js/foreground.js"
      ]
    }
  ],
  "icons": {
    "128": "icons/logo.png"
  },
  "background": {
    "page": "index.html#/background",
    "persistent": true
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}