Simple Tab Overview
Simple Tab Overview
Wat is Simple Tab Overview?
Simple Tab Overview is een Chrome-extensie ontwikkeld door https://johannes.software, en de belangrijkste functie is "Simple Tab Overview".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple Tab Overview
Download Simple Tab Overview-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
Get a quick overview of the tabs you have open. Sort tabs by a variety of factors, like when the tabs were last used. Additionally, you can also search for the tab you're looking for
Basisinformatie over de Extensie
Naam | Simple Tab Overview |
ID | dkbnfopcnnnmdkajinibhfpakcikahdm |
Officiële URL | https://chromewebstore.google.com/detail/simple-tab-overview/dkbnfopcnnnmdkajinibhfpakcikahdm |
Beschrijving | Simple Tab Overview |
Bestandsgrootte | 143 KB |
Aantal Installaties | 60 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2020-11-18 |
Publicatiedatum | 2020-09-15 |
Ontwikkelaar | https://johannes.software |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Tab Overview", "description": "Simple Tab Overview", "short_name": "Tab Overview", "version": "1.0.1", "manifest_version": 2, "permissions": [ "background", "tabs" ], "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Tab overview", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] } } |