Open Multiple URLs

Open Multiple URLs in new tabs.

Cos'è Open Multiple URLs?

Open Multiple URLs è un'estensione di Chrome sviluppata da Romkaq, e la sua funzione principale è "Open Multiple URLs in new tabs.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Open Multiple URLs

Scarica i file di estensione Open Multiple URLs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Open Multiple URLs Open Multiple URLs
ID bjifbockcjbcfgbkmleodgdoiglcnenj
URL Ufficiale https://chromewebstore.google.com/detail/open-multiple-urls/bjifbockcjbcfgbkmleodgdoiglcnenj
Descrizione Open Multiple URLs in new tabs.
Dimensione del File 14.81 KB
Conteggio Installazioni 3,688
Versione Corrente 1.5
Ultimo Aggiornamento 2022-06-18
Data di Pubblicazione 2021-08-22
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Romkaq
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://rq-dev.github.io/chrome-extensions-privacy-policy
Lingue Supportate 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"
}