TabRotator
Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now!
Qu'est-ce que TabRotator ?
TabRotator est une extension Chrome développée par Aoliao, et sa fonction principale est "Improve productivity with this extension! Monitor multiple dashboards on a single screen with automatic tab rotation. Try it now!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TabRotator
Téléchargez les fichiers d'extension TabRotator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | TabRotator |
ID | ccpljcccdfjlmhgfdempglibnfjfpldh |
URL Officiel | 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! |
Taille du Fichier | 245 KB |
Nombre d'Installations | 53 |
Version Actuelle | 0.0.0.1 |
Dernière Mise à Jour | 2023-03-18 |
Date de Publication | 2023-03-18 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Aoliao |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |