open multi tabs

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

What is open multi tabs?

open multi tabs is a Chrome extension developed by http://withcat.net, and its main feature is "open multi tabs from urls separated by spaces or tabs or new lines".

Extension Screenshots

screenshot
screenshot

Download open multi tabs Extension CRX File

Download open multi tabs 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

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

Extension Basic Information

Name open multi tabs open multi tabs
ID jljmfncehhnfcokceopodljhfdmenjjh
Official URL https://chrome.google.com/webstore/detail/open-multi-tabs/jljmfncehhnfcokceopodljhfdmenjjh
Description open multi tabs from urls separated by spaces or tabs or new lines
File Size 206 KB
Installation Count 291
Current Version 0.1
Last Updated 2014-01-15
Publish Date 2014-01-15
Rating 3.00/5 Total 2 Ratings
Developer http://withcat.net
Payment Type free
Supported Languages 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"
    }
}