Lil’ Launch
Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.
O que é Lil’ Launch?
Lil’ Launch é uma extensão do Chrome desenvolvida por Icelab, e sua principal característica é "Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Lil’ Launch
Baixe arquivos de extensão Lil’ Launch 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
Type "ll" then "space" in the Omnibox to search to invoke Lil’ Launch. You can then search anything in your bookmarks, and when you find a match press "Enter" to open. Works with bookmarks and bookmarks and bookmarklet if you want to get a little crazy.
Informações Básicas da Extensão
Nome | Lil’ Launch |
ID | npgcapmdmghagoiccaojjmpgbccicikj |
URL Oficial | https://chromewebstore.google.com/detail/lil%E2%80%99-launch/npgcapmdmghagoiccaojjmpgbccicikj |
Descrição | Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox. |
Tamanho do Arquivo | 6.23 KB |
Contagem de Instalações | 47 |
Versão Atual | 1.0 |
Última Atualização | 2012-09-18 |
Data de Publicação | 2012-09-18 |
Desenvolvedor | Icelab |
Tipo de Pagamento | free |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lil\u2019 Launch", "version": "1.0", "manifest_version": 2, "description": "Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "omnibox": { "keyword": "ll" }, "permissions": [ "bookmarks", "tabs", "*:\/\/*\/*" ] } |