Multi Site Explorer

This extension allows you to open pre-selected websites in multiple tabs

Cos'è Multi Site Explorer?

Multi Site Explorer è un'estensione di Chrome sviluppata da Graham Byers, e la sua funzione principale è "This extension allows you to open pre-selected websites in multiple tabs".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Multi Site Explorer

Scarica i file di estensione Multi Site Explorer 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 small Chrom Extension enables the user to open multiple pre-selected websites with a single click.

Just load the urls of your choice into the text box and click submist.

The extension will save your urls for the next time you open up Chrome                    

Informazioni di Base sull'Estensione

Nome Multi Site Explorer Multi Site Explorer
ID ieehamokbbhjndndnjnbbgpajmemlkmg
URL Ufficiale https://chromewebstore.google.com/detail/multi-site-explorer/ieehamokbbhjndndnjnbbgpajmemlkmg
Descrizione This extension allows you to open pre-selected websites in multiple tabs
Dimensione del File 4.89 KB
Conteggio Installazioni 37
Versione Corrente 1.0
Ultimo Aggiornamento 2016-01-25
Data di Pubblicazione 2016-01-25
Sviluppatore Graham Byers
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Multi Site Explorer",
    "description": "This extension allows you to open  pre-selected websites in multiple tabs",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}