Load URLs At Interval

'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval

Was ist Load URLs At Interval?

Load URLs At Interval ist eine Chrome-Erweiterung, die von Gunjan Garge entwickelt wurde, und ihr Hauptmerkmal ist "'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval".

Erweiterungsscreenshots

screenshot

Load URLs At Interval-Erweiterungs-CRX-Datei herunterladen

Laden Sie Load URLs At Interval-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

                        Automatically load URLs from a list in same tab at a given interval.

Steps:
1. Provide list of comma separated URLs in text box.
2. Provide interval in seconds.
3. Click on "START"

URLs in the list will be loaded in the tab one by one after "interval" seconds.

To stop, click on "STOP".                    

Grundlegende Informationen zur Erweiterung

Name Load URLs At Interval Load URLs At Interval
ID kjmjbefknmdpnikmlmcimdpnhlopbjac
Offizielle URL https://chromewebstore.google.com/detail/load-urls-at-interval/kjmjbefknmdpnikmlmcimdpnhlopbjac
Beschreibung 'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval
Dateigröße 147 KB
Installationsanzahl 1,737
Aktuelle Version 1.0.0
Letztes Update 2019-12-16
Veröffentlichungsdatum 2019-12-16
Bewertung 4.88/5 Insgesamt 8 Bewertungen
Entwickler Gunjan Garge
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Load URLs At Interval"
    },
    "description": "'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "Load URLs At Interval",
    "version": "1.0.0"
}