Open Multiple URLs

Opens a list of URLs

Co to jest Open Multiple URLs?

Open Multiple URLs to rozszerzenie Chrome opracowane przez tp, a jego główną funkcją jest „Opens a list of URLs”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Open Multiple URLs

Pobierz pliki rozszerzeń Open Multiple URLs 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Open Multiple URLs Open Multiple URLs
ID oifijhaokejakekmnjmphonojcfkpbbh
Oficjalny URL https://chromewebstore.google.com/detail/open-multiple-urls/oifijhaokejakekmnjmphonojcfkpbbh
Opis Opens a list of URLs
Rozmiar pliku 183 KB
Liczba instalacji 665,197
Aktualna Wersja 1.6.0
Ostatnia Aktualizacja 2023-11-28
Data Publikacji 2020-04-12
Ocena 4.64/5 Łącznie 234 Oceny
Deweloper tp
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/htrinter/Open-Multiple-URLs/
Adres URL Strony Pomocy https://github.com/htrinter/Open-Multiple-URLs/issues
Obsługiwane Języki 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"
}