I'm feeling lucky hotkey

Adds a hotkey to navigate to the first google search result.

Apa itu I'm feeling lucky hotkey?

I'm feeling lucky hotkey adalah ekstensi Chrome yang dikembangkan oleh Stan, dan fitur utamanya adalah "Adds a hotkey to navigate to the first google search result.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi I'm feeling lucky hotkey

Unduh file ekstensi I'm feeling lucky hotkey 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

                        This very simple extension allows you to press Alt+L hotkey to navigate to the first google search result when you are on a google search page.                    

Informasi Dasar Ekstensi

Nama I'm feeling lucky hotkey I'm feeling lucky hotkey
ID miodihhmeihljccnakcdhgpjbbkogjpp
URL Resmi https://chromewebstore.google.com/detail/im-feeling-lucky-hotkey/miodihhmeihljccnakcdhgpjbbkogjpp
Deskripsi Adds a hotkey to navigate to the first google search result.
Ukuran File 14.31 KB
Jumlah Instalasi 106
Versi Saat Ini 1.1
Terakhir Diperbarui 2019-07-25
Tanggal Publikasi 2019-07-25
Penilaian 2.00/5 Total 1 Penilaian
Pengembang Stan
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "I'm feeling lucky hotkey",
    "version": "1.1",
    "description": "Adds a hotkey to navigate to the first google search result.",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "commands": {
        "toggle-feature-go": {
            "suggested_key": {
                "default": "Alt+L",
                "mac": "Alt+L"
            },
            "description": "Go to the first search result"
        }
    },
    "manifest_version": 2
}