Tab Manager Pro
This extension allows you to manage your tabs by grouping them for later consumption
Wat is Tab Manager Pro?
Tab Manager Pro is een Chrome-extensie ontwikkeld door gsrai, en de belangrijkste functie is "This extension allows you to manage your tabs by grouping them for later consumption".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Manager Pro
Download Tab Manager Pro-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 is a chrome extension that allows you to create named groups of tabs so you may consume them later. I made it for myself really, i am a self professed tab hoarder. Basisinformatie over de Extensie
| Naam | |
| ID | ebfpahimijhihjjnepkoojfpgpllbcdf |
| Officiële URL | https://chromewebstore.google.com/detail/tab-manager-pro/ebfpahimijhihjjnepkoojfpgpllbcdf |
| Beschrijving | This extension allows you to manage your tabs by grouping them for later consumption |
| Bestandsgrootte | 333 KB |
| Aantal Installaties | 590 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2017-06-09 |
| Publicatiedatum | 2017-06-08 |
| Beoordeling | 3.85/5 Totaal 13 Beoordelingen |
| Ontwikkelaar | gsrai |
| Betalingswijze | free |
| Ondersteunde Talen | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tab Manager Pro",
"version": "1.1",
"author": "Gagondeep Srai",
"description": "This extension allows you to manage your tabs by grouping them for later consumption",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"incognito": "not_allowed",
"browser_action": {
"default_icon": "icons\/icon128.png",
"default_popup": "index.html",
"default_title": "manage your tabs"
},
"permissions": [
"tabs",
"storage",
"downloads"
]
} | |