I'm Feeling Lucky
Use I'm feeling lucky right from the Omnibox or from highlighted text
Wat is I'm Feeling Lucky?
I'm Feeling Lucky is een Chrome-extensie ontwikkeld door johnsylvain, en de belangrijkste functie is "Use I'm feeling lucky right from the Omnibox or from highlighted text".
Extensie Screenshots
Download het CRX-bestand van de extensie I'm Feeling Lucky
Download I'm Feeling Lucky-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | nibhmcokabkgmcgifpepmohpnfchpgda |
| Officiële URL | https://chromewebstore.google.com/detail/im-feeling-lucky/nibhmcokabkgmcgifpepmohpnfchpgda |
| Beschrijving | Use I'm feeling lucky right from the Omnibox or from highlighted text |
| Bestandsgrootte | 53.15 KB |
| Aantal Installaties | 1,037 |
| Huidige Versie | 0.0.2 |
| Laatst Bijgewerkt | 2017-05-04 |
| Publicatiedatum | 2017-05-04 |
| Ontwikkelaar | johnsylvain |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |