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

Hvad er Mass Tab Opener?

Mass Tab Opener er en Chrome-udvidelse udviklet af http://alanchavez.com, og dens hovedfunktion er "This extension lets you copy and paste a list of URLs and open them all at once with the click of a button".

Download Mass Tab Opener-udvidelses-CRX-fil

Download Mass Tab Opener-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Mass Tab Opener Mass Tab Opener
ID doahaifnoffnjdjennkioahobkkjfmga
Officiel URL https://chrome.google.com/webstore/detail/mass-tab-opener/doahaifnoffnjdjennkioahobkkjfmga
Beskrivelse This extension lets you copy and paste a list of URLs and open them all at once with the click of a button
Filstørrelse 626 KB
Antal Installationer 225
Nuværende Version 1.0.1
Senest Opdateret 2014-02-07
Udgivelsesdato 2014-02-07
Bedømmelse 4.40/5 Samlet 5 Bedømmelser
Udvikler http://alanchavez.com
Betalingsmetode free
Udvidelseswebsted http://alanchavez.com
Understøttede Sprog 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 "
}