Tab Monkey

Quick tab navigation. Jump to last tab (previous tab), bookmark tabs, jump jump!

Qu'est-ce que Tab Monkey ?

Tab Monkey est une extension Chrome développée par Romy Maxwell, et sa fonction principale est "Quick tab navigation. Jump to last tab (previous tab), bookmark tabs, jump jump!".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Tab Monkey 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 have a lot of tabs open, the ability to bookmark tabs and jump directly to them, as well as to the previously active tab, will save you a lot of time. This extension does that.

I personally make GMail #1, music streaming (beastmode.fm) #2, Netflix #3 and quickly bounce between them and 50 other tabs.

[Updated 1/26/12 to work across multiple windows]                    

Informations de Base sur l'Extension

Nom Tab Monkey Tab Monkey
ID flijjniogdiioocbgekeeplignnfpbee
URL Officiel https://chromewebstore.google.com/detail/tab-monkey/flijjniogdiioocbgekeeplignnfpbee
Description Quick tab navigation. Jump to last tab (previous tab), bookmark tabs, jump jump!
Taille du Fichier 254 KB
Nombre d'Installations 261
Version Actuelle 0.2.5
Dernière Mise à Jour 2013-01-26
Date de Publication 2013-01-26
Évaluation 3.43/5 Total 21 Évaluations
Développeur Romy Maxwell
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Monkey",
    "version": "0.2.5",
    "manifest_version": 2,
    "description": "Quick tab navigation. Jump to last tab (previous tab), bookmark tabs, jump jump!",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "notifications"
    ],
    "icons": {
        "16": "img\/16x16.png",
        "48": "img\/48x48.png",
        "128": "img\/128x128.png"
    },
    "web_accessible_resources": [
        "img\/icon.png"
    ]
}