I'm Feeling Lucky
Access i'm feeling lucky from the address bar! Type '\' and press Tab.
Cos'è I'm Feeling Lucky?
I'm Feeling Lucky è un'estensione di Chrome sviluppata da lerxst, e la sua funzione principale è "Access i'm feeling lucky from the address bar! Type '\' and press Tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione I'm Feeling Lucky
Scarica i file di estensione I'm Feeling Lucky in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
#### Update (10/08/2020) #### Issues of being redirected to the Google search results page have now been fixed. ######################## Access the 'I'm Feeling Lucky' search result from Chrome's address bar. 1. Type '\' and press the TAB key to invoke the extension. 2. Type your search keywords. 3. Get directed to Google's top search result for that query.
Informazioni di Base sull'Estensione
Nome | I'm Feeling Lucky |
ID | cnlabakikmdekpfaflaihcepfkjopgll |
URL Ufficiale | https://chromewebstore.google.com/detail/im-feeling-lucky/cnlabakikmdekpfaflaihcepfkjopgll |
Descrizione | Access i'm feeling lucky from the address bar! Type '\' and press Tab. |
Dimensione del File | 13.35 KB |
Conteggio Installazioni | 48,231 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2020-10-09 |
Data di Pubblicazione | 2019-09-03 |
Valutazione | 3.04/5 Totale 48 Valutazioni |
Sviluppatore | lerxst |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "I'm Feeling Lucky", "description": "Access i'm feeling lucky from the address bar! Type '\\' and press Tab.", "version": "1.1", "omnibox": { "keyword": "\\" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ] } |