Tab Focus through Google Search Results

Use the tab key to navigate through Google search results

Apa itu Tab Focus through Google Search Results?

Tab Focus through Google Search Results adalah ekstensi Chrome yang dikembangkan oleh szupie, dan fitur utamanya adalah "Use the tab key to navigate through Google search results".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tab Focus through Google Search Results

Unduh file ekstensi Tab Focus through Google Search Results 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

                        Use the tab key to navigate through Google search results                    

Informasi Dasar Ekstensi

Nama Tab Focus through Google Search Results Tab Focus through Google Search Results
ID efikcfkpjachbdnnhglacoaicieenbgn
URL Resmi https://chromewebstore.google.com/detail/tab-focus-through-google/efikcfkpjachbdnnhglacoaicieenbgn
Deskripsi Use the tab key to navigate through Google search results
Ukuran File 4.46 KB
Jumlah Instalasi 22
Versi Saat Ini 0.2.1
Terakhir Diperbarui 2018-11-12
Tanggal Publikasi 2018-11-12
Penilaian 5.00/5 Total 1 Penilaian
Pengembang szupie
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/szupie/tab-focus-google
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Focus through Google Search Results",
    "version": "0.2.1",
    "description": "Use the tab key to navigate through Google search results",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "include_globs": [
                "http:\/\/www.google.*\/search*",
                "https:\/\/www.google.*\/search*"
            ],
            "js": [
                "dom-modifier.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "icon.png",
        "96": "[email protected]"
    }
}