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

Wat is Mass Tab Opener?

Mass Tab Opener is een Chrome-extensie ontwikkeld door http://alanchavez.com, en de belangrijkste functie is "This extension lets you copy and paste a list of URLs and open them all at once with the click of a button".

Download het CRX-bestand van de extensie Mass Tab Opener

Download Mass Tab Opener-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension lets you open paste a list of URLs into a text box and open them all at once.                    

Basisinformatie over de Extensie

Naam Mass Tab Opener Mass Tab Opener
ID doahaifnoffnjdjennkioahobkkjfmga
Officiële URL https://chrome.google.com/webstore/detail/mass-tab-opener/doahaifnoffnjdjennkioahobkkjfmga
Beschrijving This extension lets you copy and paste a list of URLs and open them all at once with the click of a button
Bestandsgrootte 626 KB
Aantal Installaties 225
Huidige Versie 1.0.1
Laatst Bijgewerkt 2014-02-07
Publicatiedatum 2014-02-07
Beoordeling 4.40/5 Totaal 5 Beoordelingen
Ontwikkelaar http://alanchavez.com
Betalingswijze free
Extensiewebsite http://alanchavez.com
Ondersteunde Talen 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 "
}