Automatically Group Tabs
Automatically group tabs by URL
Was ist Automatically Group Tabs?
Automatically Group Tabs ist eine Chrome-Erweiterung, die von aximario entwickelt wurde, und ihr Hauptmerkmal ist "Automatically group tabs by URL".
Erweiterungsscreenshots
Automatically Group Tabs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Automatically Group Tabs-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
According to the configured rules, the tabs are automatically grouped according to the URL, which reduces the trouble that it is difficult to find the desired tab.
Grundlegende Informationen zur Erweiterung
Name | Automatically Group Tabs |
ID | apdbpjooldepljcbgbcjefgodkmhenle |
Offizielle URL | https://chromewebstore.google.com/detail/automatically-group-tabs/apdbpjooldepljcbgbcjefgodkmhenle |
Beschreibung | Automatically group tabs by URL |
Dateigröße | 13.7 KB |
Installationsanzahl | 76 |
Aktuelle Version | 2.0.1 |
Letztes Update | 2022-05-29 |
Veröffentlichungsdatum | 2022-05-16 |
Bewertung | 4.33/5 Insgesamt 3 Bewertungen |
Entwickler | aximario |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "default_locale": "zh_CN", "description": "__MSG_extensionDescription__", "version": "2.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "tabGroups" ], "action": { "default_title": "__MSG_optionsPageTitle__", "default_icon": { "16": "\/images\/tabgroups.png", "32": "\/images\/tabgroups.png", "48": "\/images\/tabgroups.png", "128": "\/images\/tabgroups.png" } }, "icons": { "16": "\/images\/tabgroups.png", "32": "\/images\/tabgroups.png", "48": "\/images\/tabgroups.png", "128": "\/images\/tabgroups.png" }, "options_page": "index.html" } |