Fast Tab Switch

Switch tabs by selecting the screenshot of a tab.

Qu'est-ce que Fast Tab Switch ?

Fast Tab Switch est une extension Chrome développée par EagerLogic, et sa fonction principale est "Switch tabs by selecting the screenshot of a tab.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Fast Tab Switch

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

                        If you are lost in lots of tabs than this extension is for you. Press Alt+T and you can switch tabs choosing its screenshot. It's lot faster than reading the name of the tabs.                    

Informations de Base sur l'Extension

Nom Fast Tab Switch Fast Tab Switch
ID nahgoobilmipjlggkihbjjfkajalacje
URL Officiel https://chrome.google.com/webstore/detail/fast-tab-switch/nahgoobilmipjlggkihbjjfkajalacje
Description Switch tabs by selecting the screenshot of a tab.
Taille du Fichier 216 KB
Nombre d'Installations 216
Version Actuelle 1.1
Dernière Mise à Jour 2015-04-30
Date de Publication 2015-04-30
Évaluation 4.17/5 Total 6 Évaluations
Développeur EagerLogic
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fast Tab Switch",
    "description": "Switch tabs by selecting the screenshot of a tab.",
    "version": "1.1",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "logo_16.png",
        "32": "logo_32.png",
        "48": "logo_48.png",
        "64": "logo_64.png",
        "128": "logo_128.png"
    },
    "permissions": [
        "",
        "activeTab",
        "tabCapture",
        "tabs"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+T"
            }
        }
    },
    "browser_action": {
        "default_icon": "logo_32.png",
        "default_title": "Fast Tab Switch - Alt+T"
    }
}