Manage Tabs
Save memory and keep tabs organized
Wat is Manage Tabs?
Manage Tabs is een Chrome-extensie ontwikkeld door Hans J Schroeder, en de belangrijkste functie is "Save memory and keep tabs organized".
Extensie Screenshots
Download het CRX-bestand van de extensie Manage Tabs
Download Manage 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
Save lots of memory and use groups to keep your tabs organized. You can create groups from all currently open tabs. You can later open and close all those tabs with a single click. You can also create and remove groups with a single click. Minimum memory use When tabs are grouped, they require no memory anymore. When the extension's view is closed, the extension will also unload and use zero memory. (Chrome's extension page will show 'inactive') Privacy assurance This extension works completely offline. No scripts, fonts or other content is loaded from other servers. (despite the favicons). It uses no analytics or other tracking as many similar extensions do. In fact this is the main reason why this extension has been developed. Changelog 0.5.2 - 2017-12-17 Changed - Fix API to LocalStorage
Basisinformatie over de Extensie
Naam | Manage Tabs |
ID | kijdiheabofhiihcebgpeelmgfmcogel |
Officiële URL | https://chromewebstore.google.com/detail/manage-tabs/kijdiheabofhiihcebgpeelmgfmcogel |
Beschrijving | Save memory and keep tabs organized |
Bestandsgrootte | 88.48 KB |
Aantal Installaties | 427 |
Huidige Versie | 0.5.2 |
Laatst Bijgewerkt | 2017-12-17 |
Publicatiedatum | 2017-12-17 |
Beoordeling | 4.10/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Hans J Schroeder |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Manage Tabs", "version": "0.5.2", "manifest_version": 2, "description": "Save memory and keep tabs organized", "incognito": "split", "author": "Hans J Schroeder", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "src\/bg\/background.html", "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Manage Tabs" }, "permissions": [ "chrome:\/\/favicon\/", "tabs" ], "short_name": "Tabmatic" } |