Lil’ Launch

Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.

¿Qué es Lil’ Launch?

Lil’ Launch es una extensión de Chrome desarrollada por Icelab, y su función principal es "Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Lil’ Launch

Descarga archivos de extensión Lil’ Launch en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Lil’ Launch Lil’ Launch
ID npgcapmdmghagoiccaojjmpgbccicikj
URL Oficial https://chromewebstore.google.com/detail/lil%E2%80%99-launch/npgcapmdmghagoiccaojjmpgbccicikj
Descripción Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.
Tamaño del Archivo 6.23 KB
Cantidad de Instalaciones 47
Versión Actual 1.0
Última Actualización 2012-09-18
Fecha de Publicación 2012-09-18
Desarrollador Icelab
Tipo de Pago free
Idiomas Soportados 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",
        "*:\/\/*\/*"
    ]
}