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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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