Simple Tab Overview
Simple Tab Overview
Cos'è Simple Tab Overview?
Simple Tab Overview è un'estensione di Chrome sviluppata da https://johannes.software, e la sua funzione principale è "Simple Tab Overview".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simple Tab Overview
Scarica i file di estensione Simple Tab Overview in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Simple Tab Overview |
ID | dkbnfopcnnnmdkajinibhfpakcikahdm |
URL Ufficiale | https://chromewebstore.google.com/detail/simple-tab-overview/dkbnfopcnnnmdkajinibhfpakcikahdm |
Descrizione | Simple Tab Overview |
Dimensione del File | 143 KB |
Conteggio Installazioni | 60 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2020-11-18 |
Data di Pubblicazione | 2020-09-15 |
Sviluppatore | https://johannes.software |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |