I'm Feeling Lucky
Use I'm feeling lucky right from the Omnibox or from highlighted text
Was ist I'm Feeling Lucky?
I'm Feeling Lucky ist eine Chrome-Erweiterung, die von johnsylvain entwickelt wurde, und ihr Hauptmerkmal ist "Use I'm feeling lucky right from the Omnibox or from highlighted text".
Erweiterungsscreenshots
I'm Feeling Lucky-Erweiterungs-CRX-Datei herunterladen
Laden Sie I'm Feeling Lucky-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nibhmcokabkgmcgifpepmohpnfchpgda |
| Offizielle URL | https://chromewebstore.google.com/detail/im-feeling-lucky/nibhmcokabkgmcgifpepmohpnfchpgda |
| Beschreibung | Use I'm feeling lucky right from the Omnibox or from highlighted text |
| Dateigröße | 53.15 KB |
| Installationsanzahl | 1,037 |
| Aktuelle Version | 0.0.2 |
| Letztes Update | 2017-05-04 |
| Veröffentlichungsdatum | 2017-05-04 |
| Entwickler | johnsylvain |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |