TabRotator

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

Co je TabRotator?

TabRotator je rozšíření Chrome vyvinuté Aoliao, a jeho hlavní funkcí je „Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření TabRotator

Stáhněte si soubory rozšíření TabRotator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název TabRotator TabRotator
ID ccpljcccdfjlmhgfdempglibnfjfpldh
Oficiální URL https://chromewebstore.google.com/detail/tabrotator/ccpljcccdfjlmhgfdempglibnfjfpldh
Popis Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now!
Velikost souboru 245 KB
Počet instalací 53
Aktuální Verze 0.0.0.1
Poslední Aktualizace 2023-03-18
Datum Vydání 2023-03-18
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Aoliao
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}