Auto Tab Group
This extension will automatically group tabs by domain if a group already exists with only that domain in the group.
Hvad er Auto Tab Group?
Auto Tab Group er en Chrome-udvidelse udviklet af ron.troyer, og dens hovedfunktion er "This extension will automatically group tabs by domain if a group already exists with only that domain in the group.".
Udvidelsesskærmbilleder
Download Auto Tab Group-udvidelses-CRX-fil
Download Auto Tab 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
Auto Tab Group will automatically group any new tab created to any tab group you've already created that only has a single domain in it. This helps keep your tabs organized automatically! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fegfjeilahnhmeeiaagmdnnmenefpgld |
| Officiel URL | https://chromewebstore.google.com/detail/auto-tab-group/fegfjeilahnhmeeiaagmdnnmenefpgld |
| Beskrivelse | This extension will automatically group tabs by domain if a group already exists with only that domain in the group. |
| Filstørrelse | 15.59 KB |
| Antal Installationer | 10 |
| Nuværende Version | 1.4 |
| Senest Opdateret | 2021-05-10 |
| Udgivelsesdato | 2021-03-18 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | ron.troyer |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/j0be/AutoTabGroup |
| Hjælpeside-URL | https://github.com/j0be/AutoTabGroup |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Auto Tab Group",
"description": "This extension will automatically group tabs by domain if a group already exists with only that domain in the group.",
"version": "1.4",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs",
"tabGroups"
],
"icons": {
"16": "\/16x16.png",
"32": "\/32x32.png",
"48": "\/48x48.png",
"128": "\/128x128.png"
}
} | |