Lil’ Launch

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

Что такое Lil’ Launch?

Lil’ Launch - это расширение Chrome, разработанное Icelab, и его основная функция - "Quicker and easier access to your bookmarks (and bookmarklets) through the Omnibox.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Lil’ Launch

Скачайте файлы расширений 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",
        "*:\/\/*\/*"
    ]
}