URL Rotator

This extension automatically switches between a list of URLs at a specified time interval

Что такое URL Rotator?

URL Rotator - это расширение Chrome, разработанное urielfed, и его основная функция - "This extension automatically switches between a list of URLs at a specified time interval".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения URL Rotator

Скачайте файлы расширений URL Rotator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название URL Rotator URL Rotator
ID fhekmcmgghcdkdhhnllpdlkfjjbjmcnf
Официальный URL https://chromewebstore.google.com/detail/url-rotator/fhekmcmgghcdkdhhnllpdlkfjjbjmcnf
Описание This extension automatically switches between a list of URLs at a specified time interval
Размер файла 32.41 KB
Количество установок 415
Текущая Версия 1.03
Последнее Обновление 2023-11-26
Дата публикации 2023-01-25
Рейтинг 5.00/5 Всего 1 оценок
Разработчик urielfed
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}