List All Tabs
show a list of all open tabs
Cos'è List All Tabs?
List All Tabs è un'estensione di Chrome sviluppata da lior99apps, e la sua funzione principale è "show a list of all open tabs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione List All Tabs
Scarica i file di estensione List All 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
Display all open tabs as a list, allowing easy switching, closing and muting/unmuting
Changelog:
https://github.com/lior99/see-all-tabs/blob/master/CHANGELOG.MD
Github Repo: https://github.com/lior99/see-all-tabs Informazioni di Base sull'Estensione
| Nome | |
| ID | iklkoalaepbjckknpnklbipmplnipcid |
| URL Ufficiale | https://chromewebstore.google.com/detail/list-all-tabs/iklkoalaepbjckknpnklbipmplnipcid |
| Descrizione | show a list of all open tabs |
| Dimensione del File | 994 KB |
| Conteggio Installazioni | 3,376 |
| Versione Corrente | 4.0.2 |
| Ultimo Aggiornamento | 2021-03-05 |
| Data di Pubblicazione | 2019-09-14 |
| Valutazione | 4.50/5 Totale 16 Valutazioni |
| Sviluppatore | lior99apps |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/lior99/see-all-tabs |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "List All Tabs",
"version": "4.0.2",
"description": "show a list of all open tabs",
"short_name": "List All Tabs",
"author": "Lior Shtivelman",
"permissions": [
"tabs",
"storage",
"tabGroups"
],
"options_page": "options.html",
"action": {
"default_icon": "images\/dark_version.png",
"default_popup": "index.html"
},
"icons": {
"128": "icon_128.png"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+Shift+U",
"linux": "Ctrl+Shift+U",
"windows": "Alt+Shift+U",
"mac": "Ctrl+Shift+U"
}
}
}
} | |