Fast Tab Switch

Switch tabs by selecting the screenshot of a tab.

Apa itu Fast Tab Switch?

Fast Tab Switch adalah ekstensi Chrome yang dikembangkan oleh EagerLogic, dan fitur utamanya adalah "Switch tabs by selecting the screenshot of a tab.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Fast Tab Switch

Unduh file ekstensi Fast Tab Switch 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 are lost in lots of tabs than this extension is for you. Press Alt+T and you can switch tabs choosing its screenshot. It's lot faster than reading the name of the tabs.                    

Informasi Dasar Ekstensi

Nama Fast Tab Switch Fast Tab Switch
ID nahgoobilmipjlggkihbjjfkajalacje
URL Resmi https://chrome.google.com/webstore/detail/fast-tab-switch/nahgoobilmipjlggkihbjjfkajalacje
Deskripsi Switch tabs by selecting the screenshot of a tab.
Ukuran File 216 KB
Jumlah Instalasi 216
Versi Saat Ini 1.1
Terakhir Diperbarui 2015-04-30
Tanggal Publikasi 2015-04-30
Penilaian 4.17/5 Total 6 Penilaian
Pengembang EagerLogic
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fast Tab Switch",
    "description": "Switch tabs by selecting the screenshot of a tab.",
    "version": "1.1",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "logo_16.png",
        "32": "logo_32.png",
        "48": "logo_48.png",
        "64": "logo_64.png",
        "128": "logo_128.png"
    },
    "permissions": [
        "",
        "activeTab",
        "tabCapture",
        "tabs"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+T"
            }
        }
    },
    "browser_action": {
        "default_icon": "logo_32.png",
        "default_title": "Fast Tab Switch - Alt+T"
    }
}