Dewey launcher

Extension to add a launch icon for Dewey

Что такое Dewey launcher?

Dewey launcher - это расширение Chrome, разработанное lmcjt, и его основная функция - "Extension to add a launch icon for Dewey".

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

screenshot

Скачать файл CRX расширения Dewey launcher

Скачайте файлы расширений Dewey launcher в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension simply adds a launch icon for the Dewey Bookmark App, allowing you to access the app quickly.

For more information about the app go to: http://deweyapp.io/

There are a couple of things to note:
1. You need to have installed the Dewey App prior to this extension.
2. This extension is not, in any way, affiliated with Dewey App.                    

Основная информация о расширении

Название Dewey launcher Dewey launcher
ID fnfpnjjgpfifiilkencadlekjebpmbph
Официальный URL https://chromewebstore.google.com/detail/dewey-launcher/fnfpnjjgpfifiilkencadlekjebpmbph
Описание Extension to add a launch icon for Dewey
Размер файла 187 KB
Количество установок 864
Текущая Версия 1.2
Последнее Обновление 2014-02-25
Дата публикации 2014-02-24
Рейтинг 3.86/5 Всего 14 оценок
Разработчик lmcjt
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.2",
    "name": "Dewey launcher",
    "description": "Extension to add a launch icon for Dewey",
    "background": {
        "scripts": [
            "launcher.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        }
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "management"
    ]
}