Sequential Mass URL Opener

Opens each URL in list into tabs in a window, but only if prior pages have finished loading.

Wat is Sequential Mass URL Opener?

Sequential Mass URL Opener is een Chrome-extensie ontwikkeld door https://lemonsavery.com, en de belangrijkste functie is "Opens each URL in list into tabs in a window, but only if prior pages have finished loading.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sequential Mass URL Opener

Download Sequential Mass URL Opener-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

                        As opposed to other mass-opening tools, this tool may be useful for:
- reducing spikes in bandwidth usage
- avoiding 503 errors from making too many requests to the same website too quickly
- caching lists of websites                    

Basisinformatie over de Extensie

Naam Sequential Mass URL Opener Sequential Mass URL Opener
ID lgffephbjkjmkdipchghjadbeppgojhk
Officiële URL https://chromewebstore.google.com/detail/sequential-mass-url-opene/lgffephbjkjmkdipchghjadbeppgojhk
Beschrijving Opens each URL in list into tabs in a window, but only if prior pages have finished loading.
Bestandsgrootte 16.28 KB
Aantal Installaties 66
Huidige Versie 2.6
Laatst Bijgewerkt 2024-02-23
Publicatiedatum 2021-11-02
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://lemonsavery.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sequential Mass URL Opener",
    "description": "Opens each URL in list into tabs in a window, but only if prior pages have finished loading.",
    "version": "2.6",
    "manifest_version": 3,
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}