Batch Open Tabs

A chrome extension to batch open a group of urls into multiple tabs. Create a group of urls and click on the group url to open all…

Cos'è Batch Open Tabs?

Batch Open Tabs è un'estensione di Chrome sviluppata da Steven Tucci, e la sua funzione principale è "A chrome extension to batch open a group of urls into multiple tabs. Create a group of urls and click on the group url to open all…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Batch Open Tabs

Scarica i file di estensione Batch Open Tabs 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

                        A chrome extension to batch open a group of urls into multiple tabs.
Create a group of urls and click on the group url to open all of them in one shot.

Useful for when you open your browser and want to open all of your sites in one shot.                    

Informazioni di Base sull'Estensione

Nome Batch Open Tabs Batch Open Tabs
ID dhlpdmccgohghiggecndfompkibjiegf
URL Ufficiale https://chromewebstore.google.com/detail/batch-open-tabs/dhlpdmccgohghiggecndfompkibjiegf
Descrizione A chrome extension to batch open a group of urls into multiple tabs. Create a group of urls and click on the group url to open all…
Dimensione del File 46.82 KB
Conteggio Installazioni 160
Versione Corrente 1.0
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Steven Tucci
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Batch Open Tabs",
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}