Tab Groups
A variation of the firefox tab group feature for chrome.
Wat is Tab Groups?
Tab Groups is een Chrome-extensie ontwikkeld door axolotl, en de belangrijkste functie is "A variation of the firefox tab group feature for chrome.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Groups
Download 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
See the website readme. Basisinformatie over de Extensie
| Naam | |
| ID | gccimjdagnkcchleckogmciiefdngcgl |
| Officiële URL | https://chromewebstore.google.com/detail/tab-groups/gccimjdagnkcchleckogmciiefdngcgl |
| Beschrijving | A variation of the firefox tab group feature for chrome. |
| Bestandsgrootte | 2.09 MB |
| Aantal Installaties | 193 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2015-03-18 |
| Publicatiedatum | 2015-03-18 |
| Beoordeling | 1.67/5 Totaal 15 Beoordelingen |
| Ontwikkelaar | axolotl |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/Risto-Stevcev/tabgroups |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tab Groups",
"description": "A variation of the firefox tab group feature for chrome.",
"version": "0.1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"storage",
"chrome:\/\/favicon\/*"
]
} | |