List All Tabs
show a list of all open tabs
Qu'est-ce que List All Tabs ?
List All Tabs est une extension Chrome développée par lior99apps, et sa fonction principale est "show a list of all open tabs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension List All Tabs
Téléchargez les fichiers d'extension List All Tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | List All Tabs |
ID | iklkoalaepbjckknpnklbipmplnipcid |
URL Officiel | https://chromewebstore.google.com/detail/list-all-tabs/iklkoalaepbjckknpnklbipmplnipcid |
Description | show a list of all open tabs |
Taille du Fichier | 994 KB |
Nombre d'Installations | 3,376 |
Version Actuelle | 4.0.2 |
Dernière Mise à Jour | 2021-03-05 |
Date de Publication | 2019-09-14 |
Évaluation | 4.50/5 Total 16 Évaluations |
Développeur | lior99apps |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/lior99/see-all-tabs |
Langues Prises en Charge | 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" } } } } |