TabRotator

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

Hvad er TabRotator?

TabRotator er en Chrome-udvidelse udviklet af Aoliao, og dens hovedfunktion er "Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now!".

Udvidelsesskærmbilleder

screenshot

Download TabRotator-udvidelses-CRX-fil

Download TabRotator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn TabRotator TabRotator
ID ccpljcccdfjlmhgfdempglibnfjfpldh
Officiel URL https://chromewebstore.google.com/detail/tabrotator/ccpljcccdfjlmhgfdempglibnfjfpldh
Beskrivelse Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now!
Filstørrelse 245 KB
Antal Installationer 53
Nuværende Version 0.0.0.1
Senest Opdateret 2023-03-18
Udgivelsesdato 2023-03-18
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Aoliao
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}