Lil’ Launch

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

Co to jest Lil’ Launch?

Lil’ Launch to rozszerzenie Chrome opracowane przez Icelab, a jego główną funkcją jest „Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Lil’ Launch

Pobierz pliki rozszerzeń Lil’ Launch w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Lil’ Launch Lil’ Launch
ID npgcapmdmghagoiccaojjmpgbccicikj
Oficjalny URL https://chromewebstore.google.com/detail/lil%E2%80%99-launch/npgcapmdmghagoiccaojjmpgbccicikj
Opis Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.
Rozmiar pliku 6.23 KB
Liczba instalacji 47
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2012-09-18
Data Publikacji 2012-09-18
Deweloper Icelab
Typ Płatności free
Obsługiwane Języki 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",
        "*:\/\/*\/*"
    ]
}