New Tab in Group

Opens a new tab in the current group via keyboard shortcut

Apa itu New Tab in Group?

New Tab in Group adalah ekstensi Chrome yang dikembangkan oleh Toby Wolff-Maritz, dan fitur utamanya adalah "Opens a new tab in the current group via keyboard shortcut".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi New Tab in Group

Unduh file ekstensi New Tab in Group dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama New Tab in Group New Tab in Group
ID cgcjmikekhoocfjbihnklkpfapmgjboi
URL Resmi https://chromewebstore.google.com/detail/new-tab-in-group/cgcjmikekhoocfjbihnklkpfapmgjboi
Deskripsi Opens a new tab in the current group via keyboard shortcut
Ukuran File 9.3 KB
Jumlah Instalasi 63
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2022-07-25
Tanggal Publikasi 2022-07-23
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Toby Wolff-Maritz
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/tmaritz/chrome-extension-new-tab-in-group
Bahasa yang Didukung 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"
    }
}