URL Rotator
This extension automatically switches between a list of URLs at a specified time interval
¿Qué es URL Rotator?
URL Rotator es una extensión de Chrome desarrollada por urielfed, y su función principal es "This extension automatically switches between a list of URLs at a specified time interval".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión URL Rotator
Descarga archivos de extensión URL Rotator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
URL Rotator 🔁 This extension automatically switches between a list of URLs at a specified time interval ✅ Ideal for scrum masters to show dashboards on the monitor ✅ Saves time to change manually the URL in the tab ✅ Engages the monitors in open spaces Source Code: https://github.com/UrielZohar/URL-Rotator Youtube: https://www.youtube.com/watch?v=kFuQrcevbJo Version 1.03 - * Custom list Version 1.02 - * List of URL's by subject
Información Básica de la Extensión
Nombre | URL Rotator |
ID | fhekmcmgghcdkdhhnllpdlkfjjbjmcnf |
URL Oficial | https://chromewebstore.google.com/detail/url-rotator/fhekmcmgghcdkdhhnllpdlkfjjbjmcnf |
Descripción | This extension automatically switches between a list of URLs at a specified time interval |
Tamaño del Archivo | 32.41 KB |
Cantidad de Instalaciones | 415 |
Versión Actual | 1.03 |
Última Actualización | 2023-11-26 |
Fecha de Publicación | 2023-01-25 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | urielfed |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "URL Rotator", "description": "This extension automatically switches between a list of URLs at a specified time interval", "version": "1.03", "permissions": [ "storage", "tabs" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_title": "URL Rotator" }, "icons": { "16": "icons\/disabled_icon_16.png", "32": "icons\/enabled_icon_32.png", "48": "icons\/enabled_icon_48.png", "128": "icons\/enabled_icon_128.png" } } |