Load URLs At Interval

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

Qu'est-ce que Load URLs At Interval ?

Load URLs At Interval est une extension Chrome développée par Gunjan Garge, et sa fonction principale est "'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Load URLs At Interval

Téléchargez les fichiers d'extension Load URLs At Interval au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Load URLs At Interval Load URLs At Interval
ID kjmjbefknmdpnikmlmcimdpnhlopbjac
URL Officiel https://chromewebstore.google.com/detail/load-urls-at-interval/kjmjbefknmdpnikmlmcimdpnhlopbjac
Description 'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval
Taille du Fichier 147 KB
Nombre d'Installations 1,737
Version Actuelle 1.0.0
Dernière Mise à Jour 2019-12-16
Date de Publication 2019-12-16
Évaluation 4.88/5 Total 8 Évaluations
Développeur Gunjan Garge
Type de Paiement free
Langues Prises en Charge 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"
}