Lil’ Launch

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

Cos'è Lil’ Launch?

Lil’ Launch è un'estensione di Chrome sviluppata da Icelab, e la sua funzione principale è "Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Lil’ Launch

Scarica i file di estensione Lil’ Launch 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Lil’ Launch Lil’ Launch
ID npgcapmdmghagoiccaojjmpgbccicikj
URL Ufficiale https://chromewebstore.google.com/detail/lil%E2%80%99-launch/npgcapmdmghagoiccaojjmpgbccicikj
Descrizione Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.
Dimensione del File 6.23 KB
Conteggio Installazioni 47
Versione Corrente 1.0
Ultimo Aggiornamento 2012-09-18
Data di Pubblicazione 2012-09-18
Sviluppatore Icelab
Tipo di Pagamento free
Lingue Supportate 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",
        "*:\/\/*\/*"
    ]
}