Smart Tab Groups
Automatically manages your tabs by URL!
Was ist Smart Tab Groups?
Smart Tab Groups ist eine Chrome-Erweiterung, die von melenbowl entwickelt wurde, und ihr Hauptmerkmal ist "Automatically manages your tabs by URL!".
Erweiterungsscreenshots
Smart Tab Groups-Erweiterungs-CRX-Datei herunterladen
Laden Sie Smart Tab Groups-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
This extension will track the tabs you have open. If it notices another similar tab is already in a group, it will automatically add that tab to the group for you.
Sources
- Extension icons: https://www.freepik.com Grundlegende Informationen zur Erweiterung
| Name | |
| ID | phjgaokonmahgagcjmjedgnnedglgbpc |
| Offizielle URL | https://chromewebstore.google.com/detail/smart-tab-groups/phjgaokonmahgagcjmjedgnnedglgbpc |
| Beschreibung | Automatically manages your tabs by URL! |
| Dateigröße | 12.52 KB |
| Installationsanzahl | 121 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2021-02-18 |
| Veröffentlichungsdatum | 2021-02-18 |
| Bewertung | 4.00/5 Insgesamt 2 Bewertungen |
| Entwickler | melenbowl |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Smart Tab Groups",
"version": "1.0",
"description": "Automatically manages your tabs by URL!",
"permissions": [
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "images\/tab16.png",
"32": "images\/tab32.png",
"64": "images\/tab64.png",
"128": "images\/tab128.png"
},
"manifest_version": 2
} | |