TabList Manager

TabList Manager

Qu'est-ce que TabList Manager ?

TabList Manager est une extension Chrome développée par https://whatever-will-be-que-sera-sera.tumblr.com, et sa fonction principale est "TabList Manager".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

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

                        View all your open tabs in a list.
    
     

v4.0 bugfix
  
   

Shortcut Keys
      
Alt+Z = Popup
Alt+Z+Shift = SideBar on/off
      
-----------------------
     
SideBar Menu
     
IFrame Menu
    
Tab Stack
**tab stack not working in IFrame Menu
   
     
    
Disable shortcut keys
-----------------------
Open chrome://extensions/
Find the "Extension keyboard shortcuts" button in the bottom right.
Find the TabList Manager Section
Delete shortcut Key                    

Informations de Base sur l'Extension

Nom TabList Manager TabList Manager
ID nfldfdiecanfehfklddallboddlhedgh
URL Officiel https://chromewebstore.google.com/detail/tablist-manager/nfldfdiecanfehfklddallboddlhedgh
Description TabList Manager
Taille du Fichier 447 KB
Nombre d'Installations 697
Version Actuelle 4.5
Dernière Mise à Jour 2015-04-16
Date de Publication 2015-04-16
Évaluation 3.83/5 Total 18 Évaluations
Développeur https://whatever-will-be-que-sera-sera.tumblr.com
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabList Manager",
    "version": "4.5",
    "description": "TabList Manager",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "TabList Manager",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_start",
            "js": [
                "contentscript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Z"
            },
            "description": "Send tab command"
        },
        "myCommand_sidewindow": {
            "suggested_key": {
                "default": "Alt+Shift+Z"
            },
            "description": "Send tabs command"
        }
    },
    "web_accessible_resources": [
        "menu.png",
        "stack.html",
        "popup.html",
        "iframe.html"
    ],
    "content_security_policy": "script-src 'self'; connect-src *; img-src *; frame-src *; object-src 'self'",
    "permissions": [
        "chrome:\/\/favicon\/*",
        "tabs",
        ""
    ]
}