TabRotator

Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now!

What is TabRotator?

TabRotator is a Chrome extension developed by Aoliao, and its main feature is "Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now!".

Extension Screenshots

screenshot

Download TabRotator Extension CRX File

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

                        Our Chrome extension is designed to enhance your productivity by allowing you to monitor multiple dashboards simultaneously on a single screen. With its automatic tab rotation feature, you no longer need to manually switch between tabs, as the extension will do it for you. Additionally, the extension is easy to use and can be installed quickly. Try it now and experience the benefits of increased productivity.                    

Extension Basic Information

Name TabRotator TabRotator
ID ccpljcccdfjlmhgfdempglibnfjfpldh
Official URL https://chromewebstore.google.com/detail/tabrotator/ccpljcccdfjlmhgfdempglibnfjfpldh
Description Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now!
File Size 245 KB
Installation Count 53
Current Version 0.0.0.1
Last Updated 2023-03-18
Publish Date 2023-03-18
Rating 5.00/5 Total 2 Ratings
Developer Aoliao
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabRotator",
    "version": "0.0.0.1",
    "description": "Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now!",
    "manifest_version": 3,
    "minimum_chrome_version": "93",
    "background": {
        "service_worker": ".\/background.js",
        "type": "module"
    },
    "permissions": [
        "alarms",
        "storage",
        "notifications"
    ],
    "action": {
        "default_popup": ".\/popup.html",
        "default_icon": ".\/icons\/tabrn256.png",
        "icons": {
            "16": ".\/icons\/tabrn16.png",
            "32": ".\/icons\/tabrn32.png",
            "48": ".\/icons\/tabrn48.png",
            "128": ".\/icons\/tabrn128.png",
            "256": ".\/icons\/tabrn256.png"
        }
    },
    "icons": {
        "16": ".\/icons\/tabrn16.png",
        "32": ".\/icons\/tabrn32.png",
        "48": ".\/icons\/tabrn48.png",
        "128": ".\/icons\/tabrn128.png",
        "256": ".\/icons\/tabrn256.png"
    }
}