New Tab in Group

Opens a new tab in the current group via keyboard shortcut

What is New Tab in Group?

New Tab in Group is a Chrome extension developed by Toby Wolff-Maritz, and its main feature is "Opens a new tab in the current group via keyboard shortcut".

Extension Screenshots

screenshot

Download New Tab in Group Extension CRX File

Download New Tab in Group 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

                        A simple extension that opens a new tab in the current tab group using a shortcut.

Windows: Ctrl+Shift+Y
Mac: Command+Shift+Y
Chrome OS: Ctrl+Shift+U
Linux: Ctrl+Shift+J                    

Extension Basic Information

Name New Tab in Group New Tab in Group
ID cgcjmikekhoocfjbihnklkpfapmgjboi
Official URL https://chromewebstore.google.com/detail/new-tab-in-group/cgcjmikekhoocfjbihnklkpfapmgjboi
Description Opens a new tab in the current group via keyboard shortcut
File Size 9.3 KB
Installation Count 63
Current Version 0.0.1
Last Updated 2022-07-25
Publish Date 2022-07-23
Rating 5.00/5 Total 2 Ratings
Developer Toby Wolff-Maritz
Email [email protected]
Payment Type free
Help Page URL https://github.com/tmaritz/chrome-extension-new-tab-in-group
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab in Group",
    "version": "0.0.1",
    "description": "Opens a new tab in the current group via keyboard shortcut",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+J"
            }
        }
    },
    "icons": {
        "16": "assets\/layer-plus16.png",
        "32": "assets\/layer-plus32.png",
        "64": "assets\/layer-plus64.png",
        "128": "assets\/layer-plus128.png"
    }
}