Mass Tab Opener

This extension lets you copy and paste a list of URLs and open them all at once with the click of a button

Cos'è Mass Tab Opener?

Mass Tab Opener è un'estensione di Chrome sviluppata da http://alanchavez.com, e la sua funzione principale è "This extension lets you copy and paste a list of URLs and open them all at once with the click of a button".

Scarica il file CRX dell'estensione Mass Tab Opener

Scarica i file di estensione Mass Tab Opener 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 extension lets you open paste a list of URLs into a text box and open them all at once.                    

Informazioni di Base sull'Estensione

Nome Mass Tab Opener Mass Tab Opener
ID doahaifnoffnjdjennkioahobkkjfmga
URL Ufficiale https://chrome.google.com/webstore/detail/mass-tab-opener/doahaifnoffnjdjennkioahobkkjfmga
Descrizione This extension lets you copy and paste a list of URLs and open them all at once with the click of a button
Dimensione del File 626 KB
Conteggio Installazioni 225
Versione Corrente 1.0.1
Ultimo Aggiornamento 2014-02-07
Data di Pubblicazione 2014-02-07
Valutazione 4.40/5 Totale 5 Valutazioni
Sviluppatore http://alanchavez.com
Tipo di Pagamento free
Sito Web dell'Estensione http://alanchavez.com
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mass Tab Opener",
    "manifest_version": 2,
    "description": "This extension lets you copy and paste a list of URLs and open them all at once with the click of a button",
    "version": "1.0.1",
    "permissions": [
        "tabs",
        "notifications"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/icon.png",
        "img\/warning.png"
    ],
    "author": "Alan Chavez "
}