Lil’ Launch

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

什么是Lil’ Launch?

Lil’ Launch是由Icelab开发的Chrome扩展程序,该扩展的主要功能是“Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.”。

扩展截图

screenshot

下载Lil’ Launch扩展crx文件

下载Lil’ Launch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Lil’ Launch Lil’ Launch
ID npgcapmdmghagoiccaojjmpgbccicikj
官方URL https://chromewebstore.google.com/detail/lil%E2%80%99-launch/npgcapmdmghagoiccaojjmpgbccicikj
简介 Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.
文件大小 6.23 KB
安装次数 47
当前版本 1.0
更新时间 2012-09-18
上架时间 2012-09-18
开发者 Icelab
付费类型 free
支持的语言 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",
        "*:\/\/*\/*"
    ]
}