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
官方網址 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",
        "*:\/\/*\/*"
    ]
}