Load URLs At Interval

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

Hvad er Load URLs At Interval?

Load URLs At Interval er en Chrome-udvidelse udviklet af Gunjan Garge, og dens hovedfunktion er "'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval".

Udvidelsesskærmbilleder

screenshot

Download Load URLs At Interval-udvidelses-CRX-fil

Download Load URLs At Interval-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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".                    

Grundlæggende oplysninger om udvidelsen

Navn Load URLs At Interval Load URLs At Interval
ID kjmjbefknmdpnikmlmcimdpnhlopbjac
Officiel URL https://chromewebstore.google.com/detail/load-urls-at-interval/kjmjbefknmdpnikmlmcimdpnhlopbjac
Beskrivelse 'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval
Filstørrelse 147 KB
Antal Installationer 1,737
Nuværende Version 1.0.0
Senest Opdateret 2019-12-16
Udgivelsesdato 2019-12-16
Bedømmelse 4.88/5 Samlet 8 Bedømmelser
Udvikler Gunjan Garge
Betalingsmetode free
Understøttede Sprog 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"
}