TabRotator
Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now!
Wat is TabRotator?
TabRotator is een Chrome-extensie ontwikkeld door Aoliao, en de belangrijkste functie is "Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now!".
Extensie Screenshots
Download het CRX-bestand van de extensie TabRotator
Download TabRotator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | TabRotator |
ID | ccpljcccdfjlmhgfdempglibnfjfpldh |
Officiële URL | https://chromewebstore.google.com/detail/tabrotator/ccpljcccdfjlmhgfdempglibnfjfpldh |
Beschrijving | Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now! |
Bestandsgrootte | 245 KB |
Aantal Installaties | 53 |
Huidige Versie | 0.0.0.1 |
Laatst Bijgewerkt | 2023-03-18 |
Publicatiedatum | 2023-03-18 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Aoliao |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |