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"
    ]
}