URL Rotator

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

Was ist URL Rotator?

URL Rotator ist eine Chrome-Erweiterung, die von urielfed entwickelt wurde, und ihr Hauptmerkmal ist "This extension automatically switches between a list of URLs at a specified time interval".

Erweiterungsscreenshots

screenshot
screenshot

URL Rotator-Erweiterungs-CRX-Datei herunterladen

Laden Sie URL Rotator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name URL Rotator URL Rotator
ID fhekmcmgghcdkdhhnllpdlkfjjbjmcnf
Offizielle URL https://chromewebstore.google.com/detail/url-rotator/fhekmcmgghcdkdhhnllpdlkfjjbjmcnf
Beschreibung This extension automatically switches between a list of URLs at a specified time interval
Dateigröße 32.41 KB
Installationsanzahl 415
Aktuelle Version 1.03
Letztes Update 2023-11-26
Veröffentlichungsdatum 2023-01-25
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler urielfed
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}