Open Multiple URLs
Open Multiple URLs in new tabs.
Co to jest Open Multiple URLs?
Open Multiple URLs to rozszerzenie Chrome opracowane przez Romkaq, a jego główną funkcją jest „Open Multiple URLs in new tabs.”.
Zrzuty ekranu rozszerzenia
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
Extension opens a list of URLs. Bulk URL Opener extension. "Open Multiple URLs" extension 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), click [Open] or [ Open in Incognito]. You can load URLs from .txt file. You can download your URLs as .txt file. Can create folder with urls as bookmarks. Auto save input data. Permissions: - "Storage" permission in order to save user input; - "Tabs" permission in order to get all opened URLs; - "Downloads" permission in order allow you to download URLs as .txt.
Podstawowe informacje o rozszerzeniu
Nazwa | Open Multiple URLs |
ID | bjifbockcjbcfgbkmleodgdoiglcnenj |
Oficjalny URL | https://chromewebstore.google.com/detail/open-multiple-urls/bjifbockcjbcfgbkmleodgdoiglcnenj |
Opis | Open Multiple URLs in new tabs. |
Rozmiar pliku | 14.81 KB |
Liczba instalacji | 3,688 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2022-06-18 |
Data Publikacji | 2021-08-22 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | Romkaq |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://rq-dev.github.io/chrome-extensions-privacy-policy |
Obsługiwane Języki | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.5", "icons": { "128": "icon128.png" }, "action": { "default_title": "Open URLs", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "downloads", "bookmarks" ], "incognito": "split", "default_locale": "en" } |