Tab Monkey

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

What is Tab Monkey?

Tab Monkey is a Chrome extension developed by Romy Maxwell, and its main feature is "Quick tab navigation. Jump to last tab (previous tab), bookmark tabs, jump jump!".

Extension Screenshots

screenshot

Download Tab Monkey Extension CRX File

Download Tab Monkey extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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]                    

Extension Basic Information

Name Tab Monkey Tab Monkey
ID flijjniogdiioocbgekeeplignnfpbee
Official URL https://chromewebstore.google.com/detail/tab-monkey/flijjniogdiioocbgekeeplignnfpbee
Description Quick tab navigation. Jump to last tab (previous tab), bookmark tabs, jump jump!
File Size 254 KB
Installation Count 261
Current Version 0.2.5
Last Updated 2013-01-26
Publish Date 2013-01-26
Rating 3.43/5 Total 21 Ratings
Developer Romy Maxwell
Payment Type free
Supported Languages 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"
    ]
}