Tab Switchy

Gives the freedom to play with tabs

Qu'est-ce que Tab Switchy ?

Tab Switchy est une extension Chrome développée par Trinity, et sa fonction principale est "Gives the freedom to play with tabs".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Tab Switchy 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-Switchy’ helps user to manage open tabs effectively and switch between them. This is important especially when the number of tabs is very large, as no information is visible when the number of tabs increases. This extension solves this issue by showing tabs in thumbnail view.
It also shows all the tabs closed in the current session and does away with the hassle of checking browser history to open them.
It allows bookmarking multiple tabs under a common folder name.
A new feature of a SUPER TAB has been included to give the freedom to manage the open tabs and segregate them under a common name based on their importance or similarity. All the supertabs can also be bookmarked under a folder with a single click.                    

Informations de Base sur l'Extension

Nom Tab Switchy Tab Switchy
ID leooefpfiebcmimbkonkbohejdmppbbk
URL Officiel https://chrome.google.com/webstore/detail/tab-switchy/leooefpfiebcmimbkonkbohejdmppbbk
Description Gives the freedom to play with tabs
Taille du Fichier 136 KB
Nombre d'Installations 41
Version Actuelle 1.0.1.0
Dernière Mise à Jour 2015-01-29
Date de Publication 2015-01-29
Évaluation 5.00/5 Total 1 Évaluations
Développeur Trinity
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Switchy",
    "version": "1.0.1.0",
    "description": "Gives the freedom to play with tabs",
    "icons": {
        "16": "utility.png",
        "48": "utility48.png",
        "128": "utility128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "utility.png",
        "default_title": "Tab Switchy",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "",
        "bookmarks"
    ],
    "manifest_version": 2
}