I'm Feeling Lucky
Access i'm feeling lucky from the address bar! Type '\' and press Tab.
O que é I'm Feeling Lucky?
I'm Feeling Lucky é uma extensão do Chrome desenvolvida por lerxst, e sua principal característica é "Access i'm feeling lucky from the address bar! Type '\' and press Tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão I'm Feeling Lucky
Baixe arquivos de extensão I'm Feeling Lucky no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
#### 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.
Informações Básicas da Extensão
Nome | I'm Feeling Lucky |
ID | cnlabakikmdekpfaflaihcepfkjopgll |
URL Oficial | https://chromewebstore.google.com/detail/im-feeling-lucky/cnlabakikmdekpfaflaihcepfkjopgll |
Descrição | Access i'm feeling lucky from the address bar! Type '\' and press Tab. |
Tamanho do Arquivo | 13.35 KB |
Contagem de Instalações | 48,231 |
Versão Atual | 1.1 |
Última Atualização | 2020-10-09 |
Data de Publicação | 2019-09-03 |
Classificação | 3.04/5 Total de 48 Avaliações |
Desenvolvedor | lerxst |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |