OmniTab

Quickly switch tabs using the omnibar

Apa itu OmniTab?

OmniTab adalah ekstensi Chrome yang dikembangkan oleh James Kwan, dan fitur utamanya adalah "Quickly switch tabs using the omnibar".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi OmniTab

Unduh file ekstensi OmniTab 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

                        OmniTab lets you search your tabs with the omnibox. To start, you type in the keyword "o" in the address bar, and tap space to activate OmniTab search. Then, type in the name of the tab that you want to find and press enter.                    

Informasi Dasar Ekstensi

Nama OmniTab OmniTab
ID poegalffpegekkadabibgmjoinhahbbb
URL Resmi https://chromewebstore.google.com/detail/omnitab/poegalffpegekkadabibgmjoinhahbbb
Deskripsi Quickly switch tabs using the omnibar
Ukuran File 63.65 KB
Jumlah Instalasi 378
Versi Saat Ini 1.2.1
Terakhir Diperbarui 2013-02-20
Tanggal Publikasi 2013-02-20
Penilaian 4.31/5 Total 13 Penilaian
Pengembang James Kwan
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OmniTab",
    "version": "1.2.1",
    "description": "Quickly switch tabs using the omnibar",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "omnibox": {
        "keyword": "o"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs"
    ]
}