MultiTab

Open Multiple Tabs At Once!

What is MultiTab?

MultiTab is a Chrome extension developed by songpei, and its main feature is "Open Multiple Tabs At Once!".

Download MultiTab Extension CRX File

Download MultiTab 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

                        Lets you open multiple tabs at once in an easy to use interface instead of typing in several different tabs. Example: [http://www.anywebsite.com]                    

Extension Basic Information

Name MultiTab MultiTab
ID eclkkilemkbjdngakdebdoblbobajcfe
Official URL https://chrome.google.com/webstore/detail/multitab/eclkkilemkbjdngakdebdoblbobajcfe
Description Open Multiple Tabs At Once!
File Size 11.85 KB
Installation Count 143
Current Version 1.0
Last Updated 2017-01-11
Publish Date 2017-01-11
Developer songpei
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MultiTab",
    "version": "1.0",
    "description": "Open Multiple Tabs At Once!",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs"
    ]
}