Tab Monkey

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

Tab Monkey là gì?

Tab Monkey là một tiện ích mở rộng Chrome được phát triển bởi Romy Maxwell, và tính năng chính của nó là "Quick tab navigation. Jump to last tab (previous tab), bookmark tabs, jump jump!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tab Monkey

Tải xuống các tệp mở rộng Tab Monkey dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tab Monkey Tab Monkey
ID flijjniogdiioocbgekeeplignnfpbee
URL Chính Thức https://chromewebstore.google.com/detail/tab-monkey/flijjniogdiioocbgekeeplignnfpbee
Mô tả Quick tab navigation. Jump to last tab (previous tab), bookmark tabs, jump jump!
Kích Thước Tệp 254 KB
Số Lần Cài Đặt 261
Phiên Bản Hiện Tại 0.2.5
Cập Nhật Lần Cuối 2013-01-26
Ngày Phát Hành 2013-01-26
Đánh Giá 3.43/5 Tổng số 21 Đánh Giá
Nhà Phát Triển Romy Maxwell
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}