Dewey launcher

Extension to add a launch icon for Dewey

What is Dewey launcher?

Dewey launcher is a Chrome extension developed by lmcjt, and its main feature is "Extension to add a launch icon for Dewey".

Extension Screenshots

screenshot

Download Dewey launcher Extension CRX File

Download Dewey launcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Dewey launcher Dewey launcher
ID fnfpnjjgpfifiilkencadlekjebpmbph
Official URL https://chromewebstore.google.com/detail/dewey-launcher/fnfpnjjgpfifiilkencadlekjebpmbph
Description Extension to add a launch icon for Dewey
File Size 187 KB
Installation Count 864
Current Version 1.2
Last Updated 2014-02-25
Publish Date 2014-02-24
Rating 3.86/5 Total 14 Ratings
Developer lmcjt
Payment Type free
Supported Languages 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"
    ]
}