Lil’ Launch

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

Qu'est-ce que Lil’ Launch ?

Lil’ Launch est une extension Chrome développée par Icelab, et sa fonction principale est "Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lil’ Launch

Téléchargez les fichiers d'extension Lil’ Launch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Lil’ Launch Lil’ Launch
ID npgcapmdmghagoiccaojjmpgbccicikj
URL Officiel https://chromewebstore.google.com/detail/lil%E2%80%99-launch/npgcapmdmghagoiccaojjmpgbccicikj
Description Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.
Taille du Fichier 6.23 KB
Nombre d'Installations 47
Version Actuelle 1.0
Dernière Mise à Jour 2012-09-18
Date de Publication 2012-09-18
Développeur Icelab
Type de Paiement free
Langues Prises en Charge 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",
        "*:\/\/*\/*"
    ]
}