Group Tabs
Automatically groups and sorts tabs alphabetically
Wat is Group Tabs?
Group Tabs is een Chrome-extensie ontwikkeld door Dopefish, en de belangrijkste functie is "Automatically groups and sorts tabs alphabetically".
Extensie Screenshots
Download het CRX-bestand van de extensie Group Tabs
Download 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
Basisinformatie over de Extensie
| Naam | |
| ID | flmfnoedhndfmjkghfedjblmcbhcjdpl |
| Officiële URL | https://chromewebstore.google.com/detail/group-tabs/flmfnoedhndfmjkghfedjblmcbhcjdpl |
| Beschrijving | Automatically groups and sorts tabs alphabetically |
| Bestandsgrootte | 3.68 KB |
| Aantal Installaties | 34 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2015-06-15 |
| Publicatiedatum | 2015-06-14 |
| Beoordeling | 2.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Dopefish |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Group Tabs",
"version": "1.1",
"description": "Automatically groups and sorts tabs alphabetically",
"icons": {
"128": "128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs"
]
} | |