I'm Feeling Lucky

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

Qu'est-ce que I'm Feeling Lucky ?

I'm Feeling Lucky est une extension Chrome développée par johnsylvain, et sa fonction principale est "Use I'm feeling lucky right from the Omnibox or from highlighted text".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension I'm Feeling Lucky

Téléchargez les fichiers d'extension I'm Feeling Lucky au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom I'm Feeling Lucky I'm Feeling Lucky
ID nibhmcokabkgmcgifpepmohpnfchpgda
URL Officiel https://chromewebstore.google.com/detail/im-feeling-lucky/nibhmcokabkgmcgifpepmohpnfchpgda
Description Use I'm feeling lucky right from the Omnibox or from highlighted text
Taille du Fichier 53.15 KB
Nombre d'Installations 1,037
Version Actuelle 0.0.2
Dernière Mise à Jour 2017-05-04
Date de Publication 2017-05-04
Développeur johnsylvain
Type de Paiement free
Langues Prises en Charge 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"
    ]
}