Tab Controller

Search, Switch, Remove tabs for multiple chrome windows from singpel place.

Qu'est-ce que Tab Controller ?

Tab Controller est une extension Chrome développée par Nikhil Sehgal, et sa fonction principale est "Search, Switch, Remove tabs for multiple chrome windows from singpel place.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tab Controller

Téléchargez les fichiers d'extension Tab Controller 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

                        Tab controller is an extension to help you search, switch and remove tabs. We can manage tabs from multiple chrome windows in one go.  

Capabilities of extension:
See all list of open tabs from all windows. 
Search for tab using search bar. 
Switch to tab from using activate button.
Remove the tab if not using it.                    

Informations de Base sur l'Extension

Nom Tab Controller Tab Controller
ID kdgbkbgkffgfhakohlmoppiahphmognn
URL Officiel https://chromewebstore.google.com/detail/tab-controller/kdgbkbgkffgfhakohlmoppiahphmognn
Description Search, Switch, Remove tabs for multiple chrome windows from singpel place.
Taille du Fichier 68.9 KB
Nombre d'Installations 26
Version Actuelle 3.0
Dernière Mise à Jour 2020-09-15
Date de Publication 2019-06-05
Évaluation 5.00/5 Total 2 Évaluations
Développeur Nikhil Sehgal
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Controller",
    "description": "Search, Switch, Remove tabs for multiple chrome windows from singpel place.",
    "version": "3.0",
    "browser_action": {
        "default_popup": "linkController.html",
        "default_title": "Tab Controller."
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "tabs"
    ]
}