Lil’ Launch

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

Hvad er Lil’ Launch?

Lil’ Launch er en Chrome-udvidelse udviklet af Icelab, og dens hovedfunktion er "Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.".

Udvidelsesskærmbilleder

screenshot

Download Lil’ Launch-udvidelses-CRX-fil

Download Lil’ Launch-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Lil’ Launch Lil’ Launch
ID npgcapmdmghagoiccaojjmpgbccicikj
Officiel URL https://chromewebstore.google.com/detail/lil%E2%80%99-launch/npgcapmdmghagoiccaojjmpgbccicikj
Beskrivelse Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.
Filstørrelse 6.23 KB
Antal Installationer 47
Nuværende Version 1.0
Senest Opdateret 2012-09-18
Udgivelsesdato 2012-09-18
Udvikler Icelab
Betalingsmetode free
Understøttede Sprog 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",
        "*:\/\/*\/*"
    ]
}