Multi-tab

A browser extension to open and group a bunch of tabs from a list of URLs.

What is Multi-tab?

Multi-tab is a Chrome extension developed by Luke Carrier, and its main feature is "A browser extension to open and group a bunch of tabs from a list of URLs.".

Extension Screenshots

screenshot

Download Multi-tab Extension CRX File

Download Multi-tab 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

                        Stop juggling tabs and let this clown do it for you.

-> Paste URLs into the input, optionally select a tab group and save some serious clicking.
-> Copy URLs from an existing tab group and paste them elsewhere.                    

Extension Basic Information

Name Multi-tab Multi-tab
ID aecmnemhogbiohkomdlbgklhlamaihhi
Official URL https://chromewebstore.google.com/detail/multi-tab/aecmnemhogbiohkomdlbgklhlamaihhi
Description A browser extension to open and group a bunch of tabs from a list of URLs.
File Size 29.14 KB
Installation Count 178
Current Version 0.3.0
Last Updated 2022-06-26
Publish Date 2021-11-19
Developer Luke Carrier
Email [email protected]
Payment Type free
Extension Website https://github.com/LukeCarrier/multi-tab
Help Page URL https://github.com/LukeCarrier/multi-tab/discussions
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "$schema": "https:\/\/json.schemastore.org\/webextension.json",
    "manifest_version": 3,
    "name": "Multi-tab",
    "description": "A browser extension to open and group a bunch of tabs from a list of URLs.",
    "homepage_url": "https:\/\/github.com\/LukeCarrier\/multi-tab",
    "developer": {
        "name": "Luke Carrier",
        "url": "https:\/\/luke.carrier.im"
    },
    "version": "0.3.0",
    "permissions": [
        "tabs",
        "tabGroups"
    ],
    "default_locale": "en",
    "action": {
        "browser_style": true,
        "default_title": "Multi-tab",
        "default_popup": "popup\/index.html",
        "default_icon": {
            "16": "icons\/logo-16.png",
            "19": "icons\/logo-19.png",
            "32": "icons\/logo-32.png",
            "38": "icons\/logo-38.png"
        }
    },
    "icons": {
        "48": "icons\/logo-48.png",
        "96": "icons\/logo-96.png",
        "128": "icons\/logo-128.png",
        "256": "icons\/logo-256.png",
        "512": "icons\/logo-512.png"
    }
}