I'm Feeling Lucky

Use I'm feeling lucky right from the Omnibox or from highlighted text

Apa itu I'm Feeling Lucky?

I'm Feeling Lucky adalah ekstensi Chrome yang dikembangkan oleh johnsylvain, dan fitur utamanya adalah "Use I'm feeling lucky right from the Omnibox or from highlighted text".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi I'm Feeling Lucky

Unduh file ekstensi I'm Feeling Lucky 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 Google's I'm feeling lucky feature in the Omnibox and by the highlighted text on your page!

Omnibox:
- Type '\' and hit Tab
- Enter your query and hit enter!

By cursor selection:
- Highlight the text on the page you wish to search for
- Right click and select I'm feeling lucky!                    

Informasi Dasar Ekstensi

Nama I'm Feeling Lucky I'm Feeling Lucky
ID nibhmcokabkgmcgifpepmohpnfchpgda
URL Resmi https://chromewebstore.google.com/detail/im-feeling-lucky/nibhmcokabkgmcgifpepmohpnfchpgda
Deskripsi Use I'm feeling lucky right from the Omnibox or from highlighted text
Ukuran File 53.15 KB
Jumlah Instalasi 1,037
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2017-05-04
Tanggal Publikasi 2017-05-04
Pengembang johnsylvain
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "I'm Feeling Lucky",
    "description": "Use I'm feeling lucky right from the Omnibox or from highlighted text",
    "version": "0.0.2",
    "author": "[email protected]",
    "omnibox": {
        "keyword": "\\"
    },
    "icons": {
        "48": "icons\/icon48.png",
        "98": "icons\/icon98.png",
        "172": "icons\/icon172.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus"
    ]
}