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

What is Mass Tab Opener?

Mass Tab Opener is a Chrome extension developed by http://alanchavez.com, and its main feature 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 Mass Tab Opener Extension CRX File

Download Mass Tab Opener extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Mass Tab Opener Mass Tab Opener
ID doahaifnoffnjdjennkioahobkkjfmga
Official URL https://chrome.google.com/webstore/detail/mass-tab-opener/doahaifnoffnjdjennkioahobkkjfmga
Description This extension lets you copy and paste a list of URLs and open them all at once with the click of a button
File Size 626 KB
Installation Count 225
Current Version 1.0.1
Last Updated 2014-02-07
Publish Date 2014-02-07
Rating 4.40/5 Total 5 Ratings
Developer http://alanchavez.com
Payment Type free
Extension Website http://alanchavez.com
Supported Languages 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 "
}