Open Multiple URLs

Opens a list of URLs

Что такое Open Multiple URLs?

Open Multiple URLs - это расширение Chrome, разработанное tp, и его основная функция - "Opens a list of URLs".

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

screenshot

Скачать файл CRX расширения Open Multiple URLs

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

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

                        This tool takes a list of web pages in plain-text format and opens them all in new tabs. Paste the list into the text area (one website address per line), select your options and click "Open URLs".

Source Code:
https://github.com/htrinter/Open-Multiple-URLs/

Changelog:
https://github.com/htrinter/Open-Multiple-URLs/blob/develop/CHANGELOG.md

Permissions:
- "Storage" permission in order to save settings and user input.                    

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

Название Open Multiple URLs Open Multiple URLs
ID oifijhaokejakekmnjmphonojcfkpbbh
Официальный URL https://chromewebstore.google.com/detail/open-multiple-urls/oifijhaokejakekmnjmphonojcfkpbbh
Описание Opens a list of URLs
Размер файла 183 KB
Количество установок 665,197
Текущая Версия 1.6.0
Последнее Обновление 2023-11-28
Дата публикации 2020-04-12
Рейтинг 4.64/5 Всего 234 оценок
Разработчик tp
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/htrinter/Open-Multiple-URLs/
URL страницы помощи https://github.com/htrinter/Open-Multiple-URLs/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Multiple URLs",
    "version": "1.6.0",
    "manifest_version": 3,
    "description": "Opens a list of URLs",
    "homepage_url": "https:\/\/github.com\/htrinter\/Open-Multiple-URLs",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon19.png",
        "default_popup": "browseraction.html"
    },
    "commands": {
        "_execute_action": {
            "default": "CTRL+M"
        }
    },
    "permissions": [
        "storage"
    ],
    "incognito": "split"
}