Tab Grouper
Find and manage your tabs easier.
Was ist Tab Grouper?
Tab Grouper ist eine Chrome-Erweiterung, die von https://alexzran.com entwickelt wurde, und ihr Hauptmerkmal ist "Find and manage your tabs easier.".
Erweiterungsscreenshots
Tab Grouper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tab Grouper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/ Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dkiignmfiekgmokkmnpgohpcdolellbn |
| Offizielle URL | https://chromewebstore.google.com/detail/tab-grouper/dkiignmfiekgmokkmnpgohpcdolellbn |
| Beschreibung | Find and manage your tabs easier. |
| Dateigröße | 9.62 KB |
| Installationsanzahl | 50 |
| Aktuelle Version | 0.0.0.6 |
| Letztes Update | 2023-01-16 |
| Veröffentlichungsdatum | 2022-02-28 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://alexzran.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://chrome-tab-grouper.notion.site/ |
| Hilfeseite URL | https://airtable.com/shr13uwuvCmGz3tBT |
| Unterstützte Sprachen | 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"
}
} | |