New Tab in Group
Opens a new tab in the current group via keyboard shortcut
Wat is New Tab in Group?
New Tab in Group is een Chrome-extensie ontwikkeld door Toby Wolff-Maritz, en de belangrijkste functie is "Opens a new tab in the current group via keyboard shortcut".
Extensie Screenshots
Download het CRX-bestand van de extensie New Tab in Group
Download New Tab in Group-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | cgcjmikekhoocfjbihnklkpfapmgjboi |
Officiële URL | https://chromewebstore.google.com/detail/new-tab-in-group/cgcjmikekhoocfjbihnklkpfapmgjboi |
Beschrijving | Opens a new tab in the current group via keyboard shortcut |
Bestandsgrootte | 9.3 KB |
Aantal Installaties | 63 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2022-07-25 |
Publicatiedatum | 2022-07-23 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Toby Wolff-Maritz |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://github.com/tmaritz/chrome-extension-new-tab-in-group |
Ondersteunde Talen | 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" } } |