Sequential Mass URL Opener
Opens each URL in list into tabs in a window, but only if prior pages have finished loading.
Cos'è Sequential Mass URL Opener?
Sequential Mass URL Opener è un'estensione di Chrome sviluppata da https://lemonsavery.com, e la sua funzione principale è "Opens each URL in list into tabs in a window, but only if prior pages have finished loading.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sequential Mass URL Opener
Scarica i file di estensione Sequential Mass URL Opener in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Sequential Mass URL Opener |
ID | lgffephbjkjmkdipchghjadbeppgojhk |
URL Ufficiale | https://chromewebstore.google.com/detail/sequential-mass-url-opene/lgffephbjkjmkdipchghjadbeppgojhk |
Descrizione | Opens each URL in list into tabs in a window, but only if prior pages have finished loading. |
Dimensione del File | 16.28 KB |
Conteggio Installazioni | 66 |
Versione Corrente | 2.6 |
Ultimo Aggiornamento | 2024-02-23 |
Data di Pubblicazione | 2021-11-02 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://lemonsavery.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |