open multi tabs

open multi tabs from urls separated by spaces or tabs or new lines

Cos'è open multi tabs?

open multi tabs è un'estensione di Chrome sviluppata da http://withcat.net, e la sua funzione principale è "open multi tabs from urls separated by spaces or tabs or new lines".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione open multi tabs

Scarica i file di estensione open multi 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

                        open multi tabs from urls separated by spaces or tabs or new lines                    

Informazioni di Base sull'Estensione

Nome open multi tabs open multi tabs
ID jljmfncehhnfcokceopodljhfdmenjjh
URL Ufficiale https://chrome.google.com/webstore/detail/open-multi-tabs/jljmfncehhnfcokceopodljhfdmenjjh
Descrizione open multi tabs from urls separated by spaces or tabs or new lines
Dimensione del File 206 KB
Conteggio Installazioni 291
Versione Corrente 0.1
Ultimo Aggiornamento 2014-01-15
Data di Pubblicazione 2014-01-15
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore http://withcat.net
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "open multi tabs",
    "description": "open multi tabs from urls separated by spaces or tabs or new lines",
    "version": "0.1",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "open multi tabs",
        "default_icon": "images\/add_link-128.png",
        "default_popup": "views\/feed.html"
    },
    "icons": {
        "128": "images\/add_link-128.png"
    }
}