MultiNewTab

Use multiple 'New Tab' chrome extensions at the same time.

What is MultiNewTab?

MultiNewTab is a Chrome extension developed by alexander.sideris.west, and its main feature is "Use multiple 'New Tab' chrome extensions at the same time.".

Extension Screenshots

screenshot
screenshot

Download MultiNewTab Extension CRX File

Download MultiNewTab 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

                        Use multiple 'New Tab' extensions without manually enabling and disabling them.                    

Extension Basic Information

Name MultiNewTab MultiNewTab
ID dcekaapllellbikbhfgbacoebbopjhbl
Official URL https://chromewebstore.google.com/detail/multinewtab/dcekaapllellbikbhfgbacoebbopjhbl
Description Use multiple 'New Tab' chrome extensions at the same time.
File Size 69.57 KB
Installation Count 214
Current Version 1.0.5
Last Updated 2018-03-29
Publish Date 2018-03-29
Rating 3.25/5 Total 16 Ratings
Developer alexander.sideris.west
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MultiNewTab",
    "description": "Use multiple 'New Tab' chrome extensions at the same time.",
    "version": "1.0.5",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "management",
        "storage"
    ],
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js"
        ]
    }
}