Overtab

Visual chrome tab manager that respects your context.

Qu'est-ce que Overtab ?

Overtab est une extension Chrome développée par overtab, et sa fonction principale est "Visual chrome tab manager that respects your context.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Overtab

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

                        Overtab helps you find your tabs when you've lost track of them. 

Features include:

-Screenshots of your tabs.

-Close tabs from the overtab screen.

-Domains are color coded into the overtab screen tab box's border.

-Omni-complete searchbox.

-**Tab-opened tracking arrows** ==>> shows you how you got to a tab when you open new links.

**********************************
************ HOT KEY ************

>>To get to overtab from anywhere in chrome:

⌘ (or) CTRL + SHIFT + a

**********************************
**********************************                    

Informations de Base sur l'Extension

Nom Overtab Overtab
ID leceanmnoanolhdkonbapdkplgikipon
URL Officiel https://chromewebstore.google.com/detail/overtab/leceanmnoanolhdkonbapdkplgikipon
Description Visual chrome tab manager that respects your context.
Taille du Fichier 641 KB
Nombre d'Installations 557
Version Actuelle 0.8.24
Dernière Mise à Jour 2016-02-17
Date de Publication 2016-02-17
Évaluation 4.00/5 Total 9 Évaluations
Développeur overtab
Type de Paiement free
Site Web de l'Extension http://awongh.github.io/overtab/
URL de la Page d'Aide http://awongh.github.io/overtab/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Overtab",
    "description": "Visual chrome tab manager that respects your context.",
    "version": "0.8.24",
    "default_locale": "en",
    "icons": {
        "19": "images\/overtab-compact-logo-19.png",
        "32": "images\/overtab-logo-32.png",
        "38": "images\/overtab-compact-logo-38.png",
        "48": "images\/overtab-logo-48.png",
        "128": "images\/overtab-logo-128.png"
    },
    "browser_action": {
        "default_title": "tabs",
        "default_icon": {
            "19": "images\/overtab-compact-logo-19.png",
            "38": "images\/overtab-logo-38.png"
        }
    },
    "background": {
        "persistent": false,
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "homepage_url": "http:\/\/awongh.github.io\/overtab",
    "minimum_chrome_version": "25.0",
    "commands": {
        "open-overtab": {
            "suggested_key": {
                "default": "Ctrl+Shift+A"
            },
            "description": "Open overTab."
        }
    },
    "options_page": "options.html",
    "permissions": [
        "background",
        "tabs",
        "storage",
        "unlimitedStorage",
        "system.memory",
        "history",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}