New Tab in Group
Opens a new tab in the current group via keyboard shortcut
Hvad er New Tab in Group?
New Tab in Group er en Chrome-udvidelse udviklet af Toby Wolff-Maritz, og dens hovedfunktion er "Opens a new tab in the current group via keyboard shortcut".
Udvidelsesskærmbilleder
Download New Tab in Group-udvidelses-CRX-fil
Download New Tab in Group-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | cgcjmikekhoocfjbihnklkpfapmgjboi |
| Officiel URL | https://chromewebstore.google.com/detail/new-tab-in-group/cgcjmikekhoocfjbihnklkpfapmgjboi |
| Beskrivelse | Opens a new tab in the current group via keyboard shortcut |
| Filstørrelse | 9.3 KB |
| Antal Installationer | 63 |
| Nuværende Version | 0.0.1 |
| Senest Opdateret | 2022-07-25 |
| Udgivelsesdato | 2022-07-23 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | Toby Wolff-Maritz |
| [email protected] | |
| Betalingsmetode | free |
| Hjælpeside-URL | https://github.com/tmaritz/chrome-extension-new-tab-in-group |
| Understøttede Sprog | 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"
}
} | |