Sequential Mass URL Opener

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

Что такое Sequential Mass URL Opener?

Sequential Mass URL Opener - это расширение Chrome, разработанное https://lemonsavery.com, и его основная функция - "Opens each URL in list into tabs in a window, but only if prior pages have finished loading.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Sequential Mass URL Opener

Скачайте файлы расширений Sequential Mass URL Opener в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Sequential Mass URL Opener Sequential Mass URL Opener
ID lgffephbjkjmkdipchghjadbeppgojhk
Официальный URL https://chromewebstore.google.com/detail/sequential-mass-url-opene/lgffephbjkjmkdipchghjadbeppgojhk
Описание Opens each URL in list into tabs in a window, but only if prior pages have finished loading.
Размер файла 16.28 KB
Количество установок 66
Текущая Версия 2.6
Последнее Обновление 2024-02-23
Дата публикации 2021-11-02
Рейтинг 5.00/5 Всего 4 оценок
Разработчик https://lemonsavery.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}