List Opened Tabs
An extension for list, search, rearrange, close tabs and switch to another tab.
Qu'est-ce que List Opened Tabs ?
List Opened Tabs est une extension Chrome développée par RJ Hsiao, et sa fonction principale est "An extension for list, search, rearrange, close tabs and switch to another tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension List Opened Tabs
Téléchargez les fichiers d'extension List Opened 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
"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
Informations de Base sur l'Extension
Nom | List Opened Tabs |
ID | nkaliaagdnbgadcpnkdbmnigkalbihlb |
URL Officiel | https://chromewebstore.google.com/detail/list-opened-tabs/nkaliaagdnbgadcpnkdbmnigkalbihlb |
Description | An extension for list, search, rearrange, close tabs and switch to another tab. |
Taille du Fichier | 60.88 KB |
Nombre d'Installations | 13,711 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2019-08-31 |
Date de Publication | 2019-08-31 |
Évaluation | 4.45/5 Total 51 Évaluations |
Développeur | RJ Hsiao |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/RJHsiao/ListOpenedTabs |
URL de la Page d'Aide | https://github.com/RJHsiao/ListOpenedTabs/issues |
Langues Prises en Charge | 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 } } |