New Tab Rotate

Alternate between your multiple new tab extensions

What is New Tab Rotate?

New Tab Rotate is a Chrome extension developed by newtabrotate, and its main feature is "Alternate between your multiple new tab extensions".

Extension Screenshots

Download New Tab Rotate Extension CRX File

Download New Tab Rotate 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

                        Have more than one new tab extension that you like?
Why not both!? Why not 100!?
Automatically rotate between your installed new tab extensions every time you open a new tab. 
Or if you want to launch a specific one, just choose it from the New Tab Rotate popup.
Don't settle for just one, you deserve to use them all!                    

Extension Basic Information

Name New Tab Rotate New Tab Rotate
ID ahgcbolioopacfcnofmbpfebmggfbhia
Official URL https://chrome.google.com/webstore/detail/new-tab-rotate/ahgcbolioopacfcnofmbpfebmggfbhia
Description Alternate between your multiple new tab extensions
File Size 130 KB
Installation Count 281
Current Version 1.1.4
Last Updated 2021-02-14
Publish Date 2019-12-30
Rating 5.00/5 Total 1 Ratings
Developer newtabrotate
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Rotate",
    "version": "1.1.4",
    "manifest_version": 2,
    "description": "Alternate between your multiple new tab extensions",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "browser action",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "activeTab",
        "management",
        "tabs",
        "declarativeContent",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.js"
            ]
        }
    ]
}