List Opened Tabs
An extension for list, search, rearrange, close tabs and switch to another tab.
Cos'è List Opened Tabs?
List Opened Tabs è un'estensione di Chrome sviluppata da RJ Hsiao, e la sua funzione principale è "An extension for list, search, rearrange, close tabs and switch to another tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione List Opened Tabs
Scarica i file di estensione List Opened Tabs 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
"List Opened Tabs" is a Google Chrome extension that can let you list, search, rearrange, close tabs and switch to another tab. It's very useful if you opened a lot of tabs in a window. Change log v1.1.0: Bug fixed, UI fine-tune and add badge to show the number of tabs in current window v1.0.1: Rearrange Bug fixed
Informazioni di Base sull'Estensione
Nome | List Opened Tabs |
ID | nkaliaagdnbgadcpnkdbmnigkalbihlb |
URL Ufficiale | https://chromewebstore.google.com/detail/list-opened-tabs/nkaliaagdnbgadcpnkdbmnigkalbihlb |
Descrizione | An extension for list, search, rearrange, close tabs and switch to another tab. |
Dimensione del File | 60.88 KB |
Conteggio Installazioni | 13,711 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2019-08-31 |
Data di Pubblicazione | 2019-08-31 |
Valutazione | 4.45/5 Totale 51 Valutazioni |
Sviluppatore | RJ Hsiao |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/RJHsiao/ListOpenedTabs |
URL della Pagina di Aiuto | https://github.com/RJHsiao/ListOpenedTabs/issues |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "List Opened Tabs", "version": "1.1.0", "description": "An extension for list, search, rearrange, close tabs and switch to another tab.", "icons": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "64": "images\/logo_64.png", "128": "images\/logo_128.png" }, "browser_action": { "default_title": "List Opened Tabs", "default_icon": "images\/logo_32.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "chrome:\/\/favicon\/" ], "web_accessible_resources": [ "images\/*" ], "background": { "scripts": [ "js\/eventPage.js" ], "persistent": false } } |