Tab Manager (by shimomire)

This is a tool to manage tab that is currently open on a single screen.

Qu'est-ce que Tab Manager (by shimomire) ?

Tab Manager (by shimomire) est une extension Chrome développée par shimomire, et sa fonction principale est "This is a tool to manage tab that is currently open on a single screen.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tab Manager (by shimomire)

Téléchargez les fichiers d'extension Tab Manager (by shimomire) 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 Manager proposes a new use of tabbed browsing.



The following functions are for and organizing quick search tab.

1.Tab screen manager can see multiple tabs at the same time.

2.Tab management with a Tab Manager Screen.

3.You can search tabs.

4.Proposal unnecessary tabs.

5.Display of closed tabs.                    

Informations de Base sur l'Extension

Nom Tab Manager (by shimomire) Tab Manager (by shimomire)
ID lhnjllodihbcobjkppfbafclibgpofje
URL Officiel https://chromewebstore.google.com/detail/tab-manager-by-shimomire/lhnjllodihbcobjkppfbafclibgpofje
Description This is a tool to manage tab that is currently open on a single screen.
Taille du Fichier 260 KB
Nombre d'Installations 783
Version Actuelle 1.0.5
Dernière Mise à Jour 2012-11-23
Date de Publication 2012-11-23
Évaluation 3.83/5 Total 12 Évaluations
Développeur shimomire
Type de Paiement free
Langues Prises en Charge en,ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.5",
    "background": {
        "scripts": [
            "javascript\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/",
        ""
    ],
    "browser_action": {
        "default_title": "__MSG_title__"
    },
    "icons": {
        "16": "images\/icon.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}