Tab Monkey

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

Apa itu Tab Monkey?

Tab Monkey adalah ekstensi Chrome yang dikembangkan oleh Romy Maxwell, dan fitur utamanya adalah "Quick tab navigation. Jump to last tab (previous tab), bookmark tabs, jump jump!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tab Monkey

Unduh file ekstensi Tab Monkey dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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]                    

Informasi Dasar Ekstensi

Nama Tab Monkey Tab Monkey
ID flijjniogdiioocbgekeeplignnfpbee
URL Resmi https://chromewebstore.google.com/detail/tab-monkey/flijjniogdiioocbgekeeplignnfpbee
Deskripsi Quick tab navigation. Jump to last tab (previous tab), bookmark tabs, jump jump!
Ukuran File 254 KB
Jumlah Instalasi 261
Versi Saat Ini 0.2.5
Terakhir Diperbarui 2013-01-26
Tanggal Publikasi 2013-01-26
Penilaian 3.43/5 Total 21 Penilaian
Pengembang Romy Maxwell
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}