Tab Manager
One click to close inactive, non-pinned Google Chrome tabs
Wat is Tab Manager?
Tab Manager is een Chrome-extensie ontwikkeld door thealexbaron, en de belangrijkste functie is "One click to close inactive, non-pinned Google Chrome tabs".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Manager
Download Tab Manager-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
For some people, after a certain amount of time, inactive, unpinned tabs are basically garbage. This extension gives you a way to easily keep track of which tabs are crusty and remove them in one click.
Basisinformatie over de Extensie
Naam | Tab Manager |
ID | ojhlhhjjechopenpeeffmohkochglide |
Officiële URL | https://chromewebstore.google.com/detail/tab-manager/ojhlhhjjechopenpeeffmohkochglide |
Beschrijving | One click to close inactive, non-pinned Google Chrome tabs |
Bestandsgrootte | 70.44 KB |
Aantal Installaties | 11 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2016-06-23 |
Publicatiedatum | 2016-06-23 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | thealexbaron |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Manager", "version": "1.5", "description": "One click to close inactive, non-pinned Google Chrome tabs", "author": "Alex Baron", "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |