Multi New Tab

Your favorite sites on new tab pages.

What is Multi New Tab?

Multi New Tab is a Chrome extension developed by https://getmulti.co, and its main feature is "Your favorite sites on new tab pages.".

Extension Screenshots

screenshot
screenshot

Download Multi New Tab Extension CRX File

Download Multi New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Enter multiple sites to display in new Chrome tabs. Here's how it works:

1. Install the Multi Chrome extension.
2. Click on the Multi icon in your browser toolbar to enter a list of your favorite sites.
3. With each new tab, Multi will select and open a random site from your list.
4. Edit your list of sites at any time.                    

Extension Basic Information

Name Multi New Tab Multi New Tab
ID lhgmljnajbbeefmfjiohbobioapdegag
Official URL https://chromewebstore.google.com/detail/multi-new-tab/lhgmljnajbbeefmfjiohbobioapdegag
Description Your favorite sites on new tab pages.
File Size 74.43 KB
Installation Count 1,635
Current Version 1.0.9
Last Updated 2023-03-31
Publish Date 2018-03-28
Rating 4.83/5 Total 6 Ratings
Developer https://getmulti.co
Email [email protected]
Payment Type free
Extension Website https://getmulti.co
Help Page URL https://getmulti.co
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Multi New Tab",
    "version": "1.0.9",
    "description": "Your favorite sites on new tab pages.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}