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
官方網址 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"
    ]
}