Tab Monkey

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

什么是Tab Monkey?

Tab Monkey是由Romy Maxwell开发的Chrome扩展程序,该扩展的主要功能是“Quick tab navigation. Jump to last tab (previous tab), bookmark tabs, jump jump!”。

扩展截图

screenshot

下载Tab Monkey扩展crx文件

下载Tab Monkey扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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]                    

扩展基本信息

名称 Tab Monkey Tab Monkey
ID flijjniogdiioocbgekeeplignnfpbee
官方URL https://chromewebstore.google.com/detail/tab-monkey/flijjniogdiioocbgekeeplignnfpbee
简介 Quick tab navigation. Jump to last tab (previous tab), bookmark tabs, jump jump!
文件大小 254 KB
安装次数 261
当前版本 0.2.5
更新时间 2013-01-26
上架时间 2013-01-26
评分 3.43/5 共21次评分
开发者 Romy Maxwell
付费类型 free
支持的语言 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"
    ]
}