Load URLs At Interval

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

Τι είναι το Load URLs At Interval;

Το Load URLs At Interval είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Gunjan Garge, και η κύρια λειτουργία του είναι "'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Load URLs At Interval

Λήψη αρχείων επέκτασης Load URLs At Interval σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Load URLs At Interval Load URLs At Interval
ID kjmjbefknmdpnikmlmcimdpnhlopbjac
Επίσημο URL https://chromewebstore.google.com/detail/load-urls-at-interval/kjmjbefknmdpnikmlmcimdpnhlopbjac
Περιγραφή 'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval
Μέγεθος Αρχείου 147 KB
Αριθμός Εγκαταστάσεων 1,737
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2019-12-16
Ημερομηνία Δημοσίευσης 2019-12-16
Αξιολόγηση 4.88/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Gunjan Garge
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
}