Load URLs At Interval

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

Wat is Load URLs At Interval?

Load URLs At Interval is een Chrome-extensie ontwikkeld door Gunjan Garge, en de belangrijkste functie is "'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Load URLs At Interval

Download Load URLs At Interval-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Load URLs At Interval Load URLs At Interval
ID kjmjbefknmdpnikmlmcimdpnhlopbjac
Officiële URL https://chromewebstore.google.com/detail/load-urls-at-interval/kjmjbefknmdpnikmlmcimdpnhlopbjac
Beschrijving 'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval
Bestandsgrootte 147 KB
Aantal Installaties 1,737
Huidige Versie 1.0.0
Laatst Bijgewerkt 2019-12-16
Publicatiedatum 2019-12-16
Beoordeling 4.88/5 Totaal 8 Beoordelingen
Ontwikkelaar Gunjan Garge
Betalingswijze free
Ondersteunde Talen 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"
}