Tab Manager

Manage tabs inside fullscreen mode

Qu'est-ce que Tab Manager ?

Tab Manager est une extension Chrome développée par Mark Hillman, et sa fonction principale est "Manage tabs inside fullscreen mode".

Captures d'Écran de l'Extension

screenshot
screenshot

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

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

                        A Tab manager designed for use in fullscreen mode (F11). 

This extension provides a minimalist way of changing, deleting and creating new tabs from within fullscreen mode. When the extension is installed just press CTRL + SHIFT + Y to open up the tab manager. Navigating webpages in fullscreen has never been this easy!                    

Informations de Base sur l'Extension

Nom Tab Manager Tab Manager
ID joedmpmimnhapomaphaoohgaipeajiji
URL Officiel https://chromewebstore.google.com/detail/tab-manager/joedmpmimnhapomaphaoohgaipeajiji
Description Manage tabs inside fullscreen mode
Taille du Fichier 11.19 KB
Nombre d'Installations 346
Version Actuelle 2.0.0
Dernière Mise à Jour 2018-10-16
Date de Publication 2018-10-16
Évaluation 4.75/5 Total 8 Évaluations
Développeur Mark Hillman
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Manager",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "Manage tabs inside fullscreen mode",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "browser_action": {
        "default_title": "Tab Manager",
        "default_popup": "manager.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y",
                "chromeos": "Ctrl+Shift+Y",
                "linux": "Ctrl+Shift+Y"
            }
        }
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}