Lil’ Launch

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

Was ist Lil’ Launch?

Lil’ Launch ist eine Chrome-Erweiterung, die von Icelab entwickelt wurde, und ihr Hauptmerkmal ist "Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.".

Erweiterungsscreenshots

screenshot

Lil’ Launch-Erweiterungs-CRX-Datei herunterladen

Laden Sie Lil’ Launch-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Lil’ Launch Lil’ Launch
ID npgcapmdmghagoiccaojjmpgbccicikj
Offizielle URL https://chromewebstore.google.com/detail/lil%E2%80%99-launch/npgcapmdmghagoiccaojjmpgbccicikj
Beschreibung Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.
Dateigröße 6.23 KB
Installationsanzahl 47
Aktuelle Version 1.0
Letztes Update 2012-09-18
Veröffentlichungsdatum 2012-09-18
Entwickler Icelab
Zahlungsart free
Unterstützte Sprachen 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",
        "*:\/\/*\/*"
    ]
}