Lil’ Launch
Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.
What is Lil’ Launch?
Lil’ Launch is a Chrome extension developed by Icelab, and its main feature is "Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.".
Extension Screenshots
Download Lil’ Launch Extension CRX File
Download Lil’ Launch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Lil’ Launch |
ID | npgcapmdmghagoiccaojjmpgbccicikj |
Official URL | https://chromewebstore.google.com/detail/lil%E2%80%99-launch/npgcapmdmghagoiccaojjmpgbccicikj |
Description | Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox. |
File Size | 6.23 KB |
Installation Count | 47 |
Current Version | 1.0 |
Last Updated | 2012-09-18 |
Publish Date | 2012-09-18 |
Developer | Icelab |
Payment Type | free |
Supported Languages | 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", "*:\/\/*\/*" ] } |