Lil’ Launch

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

Apa itu Lil’ Launch?

Lil’ Launch adalah ekstensi Chrome yang dikembangkan oleh Icelab, dan fitur utamanya adalah "Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Lil’ Launch

Unduh file ekstensi Lil’ Launch dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Lil’ Launch Lil’ Launch
ID npgcapmdmghagoiccaojjmpgbccicikj
URL Resmi https://chromewebstore.google.com/detail/lil%E2%80%99-launch/npgcapmdmghagoiccaojjmpgbccicikj
Deskripsi Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.
Ukuran File 6.23 KB
Jumlah Instalasi 47
Versi Saat Ini 1.0
Terakhir Diperbarui 2012-09-18
Tanggal Publikasi 2012-09-18
Pengembang Icelab
Tipe Pembayaran free
Bahasa yang Didukung 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",
        "*:\/\/*\/*"
    ]
}