Automatically Group Tabs
Automatically group tabs by URL
Wat is Automatically Group Tabs?
Automatically Group Tabs is een Chrome-extensie ontwikkeld door aximario, en de belangrijkste functie is "Automatically group tabs by URL".
Extensie Screenshots
Download het CRX-bestand van de extensie Automatically Group Tabs
Download Automatically Group Tabs-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
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.
Basisinformatie over de Extensie
Naam | Automatically Group Tabs |
ID | apdbpjooldepljcbgbcjefgodkmhenle |
Officiële URL | https://chromewebstore.google.com/detail/automatically-group-tabs/apdbpjooldepljcbgbcjefgodkmhenle |
Beschrijving | Automatically group tabs by URL |
Bestandsgrootte | 13.7 KB |
Aantal Installaties | 76 |
Huidige Versie | 2.0.1 |
Laatst Bijgewerkt | 2022-05-29 |
Publicatiedatum | 2022-05-16 |
Beoordeling | 4.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | aximario |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |