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