Open Multiple URLs

Opens a list of URLs

Cos'è Open Multiple URLs?

Open Multiple URLs è un'estensione di Chrome sviluppata da tp, e la sua funzione principale è "Opens a list of URLs".

Screenshot dell'Estensione

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

                        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.                    

Informazioni di Base sull'Estensione

Nome Open Multiple URLs Open Multiple URLs
ID oifijhaokejakekmnjmphonojcfkpbbh
URL Ufficiale https://chromewebstore.google.com/detail/open-multiple-urls/oifijhaokejakekmnjmphonojcfkpbbh
Descrizione Opens a list of URLs
Dimensione del File 183 KB
Conteggio Installazioni 665,197
Versione Corrente 1.6.0
Ultimo Aggiornamento 2023-11-28
Data di Pubblicazione 2020-04-12
Valutazione 4.64/5 Totale 234 Valutazioni
Sviluppatore tp
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/htrinter/Open-Multiple-URLs/
URL della Pagina di Aiuto https://github.com/htrinter/Open-Multiple-URLs/issues
Lingue Supportate 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"
}