Tab Grouper
Find and manage your tabs easier.
Wat is Tab Grouper?
Tab Grouper is een Chrome-extensie ontwikkeld door https://alexzran.com, en de belangrijkste functie is "Find and manage your tabs easier.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Grouper
Download Tab Grouper-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
Helps you with:
Browse all tabs opened.
Click to jump to a tab.
Select and smart grouping all tabs by website.
Bookmark selected tabs in a folder and close them.
Feedback here!: https://airtable.com/shr13uwuvCmGz3tBT
Roadmap: https://chrome-tab-grouper.notion.site/ Basisinformatie over de Extensie
| Naam | |
| ID | dkiignmfiekgmokkmnpgohpcdolellbn |
| Officiële URL | https://chromewebstore.google.com/detail/tab-grouper/dkiignmfiekgmokkmnpgohpcdolellbn |
| Beschrijving | Find and manage your tabs easier. |
| Bestandsgrootte | 9.62 KB |
| Aantal Installaties | 50 |
| Huidige Versie | 0.0.0.6 |
| Laatst Bijgewerkt | 2023-01-16 |
| Publicatiedatum | 2022-02-28 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://alexzran.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://chrome-tab-grouper.notion.site/ |
| Help Pagina-URL | https://airtable.com/shr13uwuvCmGz3tBT |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tab Grouper",
"description": "Find and manage your tabs easier.",
"version": "0.0.0.6",
"manifest_version": 3,
"permissions": [
"tabs",
"bookmarks",
"tabGroups"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/icon.png",
"32": "\/images\/icon.png",
"48": "\/images\/icon.png",
"128": "\/images\/icon.png"
}
},
"icons": {
"16": "\/images\/icon.png",
"32": "\/images\/icon.png",
"48": "\/images\/icon.png",
"128": "\/images\/icon.png"
}
} | |