Load URLs At Interval

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

Co to jest Load URLs At Interval?

Load URLs At Interval to rozszerzenie Chrome opracowane przez Gunjan Garge, a jego główną funkcją jest „'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Load URLs At Interval

Pobierz pliki rozszerzeń Load URLs At Interval w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Load URLs At Interval Load URLs At Interval
ID kjmjbefknmdpnikmlmcimdpnhlopbjac
Oficjalny URL https://chromewebstore.google.com/detail/load-urls-at-interval/kjmjbefknmdpnikmlmcimdpnhlopbjac
Opis 'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval
Rozmiar pliku 147 KB
Liczba instalacji 1,737
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2019-12-16
Data Publikacji 2019-12-16
Ocena 4.88/5 Łącznie 8 Oceny
Deweloper Gunjan Garge
Typ Płatności free
Obsługiwane Języki 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"
}