I'm Feeling Lucky

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

Hvad er I'm Feeling Lucky?

I'm Feeling Lucky er en Chrome-udvidelse udviklet af johnsylvain, og dens hovedfunktion er "Use I'm feeling lucky right from the Omnibox or from highlighted text".

Udvidelsesskærmbilleder

screenshot

Download I'm Feeling Lucky-udvidelses-CRX-fil

Download I'm Feeling Lucky-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn I'm Feeling Lucky I'm Feeling Lucky
ID nibhmcokabkgmcgifpepmohpnfchpgda
Officiel URL https://chromewebstore.google.com/detail/im-feeling-lucky/nibhmcokabkgmcgifpepmohpnfchpgda
Beskrivelse Use I'm feeling lucky right from the Omnibox or from highlighted text
Filstørrelse 53.15 KB
Antal Installationer 1,037
Nuværende Version 0.0.2
Senest Opdateret 2017-05-04
Udgivelsesdato 2017-05-04
Udvikler johnsylvain
Betalingsmetode free
Understøttede Sprog 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"
    ]
}