Sequential Mass URL Opener
Opens each URL in list into tabs in a window, but only if prior pages have finished loading.
Co to jest Sequential Mass URL Opener?
Sequential Mass URL Opener to rozszerzenie Chrome opracowane przez https://lemonsavery.com, a jego główną funkcją jest „Opens each URL in list into tabs in a window, but only if prior pages have finished loading.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Sequential Mass URL Opener
Pobierz pliki rozszerzeń Sequential Mass URL Opener 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
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
Podstawowe informacje o rozszerzeniu
Nazwa | Sequential Mass URL Opener |
ID | lgffephbjkjmkdipchghjadbeppgojhk |
Oficjalny URL | https://chromewebstore.google.com/detail/sequential-mass-url-opene/lgffephbjkjmkdipchghjadbeppgojhk |
Opis | Opens each URL in list into tabs in a window, but only if prior pages have finished loading. |
Rozmiar pliku | 16.28 KB |
Liczba instalacji | 66 |
Aktualna Wersja | 2.6 |
Ostatnia Aktualizacja | 2024-02-23 |
Data Publikacji | 2021-11-02 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | https://lemonsavery.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |