Load URLs At Interval

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

Apa itu Load URLs At Interval?

Load URLs At Interval adalah ekstensi Chrome yang dikembangkan oleh Gunjan Garge, dan fitur utamanya adalah "'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Load URLs At Interval

Unduh file ekstensi Load URLs At Interval dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Load URLs At Interval Load URLs At Interval
ID kjmjbefknmdpnikmlmcimdpnhlopbjac
URL Resmi https://chromewebstore.google.com/detail/load-urls-at-interval/kjmjbefknmdpnikmlmcimdpnhlopbjac
Deskripsi 'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval
Ukuran File 147 KB
Jumlah Instalasi 1,737
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2019-12-16
Tanggal Publikasi 2019-12-16
Penilaian 4.88/5 Total 8 Penilaian
Pengembang Gunjan Garge
Tipe Pembayaran free
Bahasa yang Didukung 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"
}