Smart Tab Groups
Automatically manages your tabs by URL!
Wat is Smart Tab Groups?
Smart Tab Groups is een Chrome-extensie ontwikkeld door melenbowl, en de belangrijkste functie is "Automatically manages your tabs by URL!".
Extensie Screenshots
Download het CRX-bestand van de extensie Smart Tab Groups
Download Smart Tab Groups-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
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
Basisinformatie over de Extensie
Naam | Smart Tab Groups |
ID | phjgaokonmahgagcjmjedgnnedglgbpc |
Officiële URL | https://chromewebstore.google.com/detail/smart-tab-groups/phjgaokonmahgagcjmjedgnnedglgbpc |
Beschrijving | Automatically manages your tabs by URL! |
Bestandsgrootte | 12.52 KB |
Aantal Installaties | 121 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-02-18 |
Publicatiedatum | 2021-02-18 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | melenbowl |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |