Open Tabs
This extention helps you manage all open tabs on Chrome
Qu'est-ce que Open Tabs ?
Open Tabs est une extension Chrome développée par Gaurav Singh, et sa fonction principale est "This extention helps you manage all open tabs on Chrome".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Open Tabs
Téléchargez les fichiers d'extension Open 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
Open Tabs Chrome Extension helps you list of all open tabs in your Chrome Browser. You can click on the item to go to that tab else use button to close the tab without leaving your current page. This extension will help users with lot of open tabs who find it hard to search for a particular tab among a large number of open tabs.
Informations de Base sur l'Extension
Nom | Open Tabs |
ID | oknojkefnapbaniiddklccemnekcfobm |
URL Officiel | https://chromewebstore.google.com/detail/open-tabs/oknojkefnapbaniiddklccemnekcfobm |
Description | This extention helps you manage all open tabs on Chrome |
Taille du Fichier | 37.51 KB |
Nombre d'Installations | 536 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-10-09 |
Date de Publication | 2014-10-09 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | Gaurav Singh |
Type de Paiement | free |
URL de la Page d'Aide | https://twitter.com/sgaurav_baghel |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Tabs", "description": "This extention helps you manage all open tabs on Chrome", "version": "1.0", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "newtab.html" } } |